Revision da51e79b

b/hw/eepro100.c
1975 1975
        .qdev.size = sizeof(EEPRO100State),
1976 1976
        .init      = pci_i82550_init,
1977 1977
        .exit      = pci_nic_uninit,
1978
        .romfile   = "gpxe-eepro100-80861209.rom",
1978 1979
        .qdev.props = (Property[]) {
1979 1980
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
1980 1981
            DEFINE_PROP_END_OF_LIST(),
......
1984 1985
        .qdev.size = sizeof(EEPRO100State),
1985 1986
        .init      = pci_i82551_init,
1986 1987
        .exit      = pci_nic_uninit,
1988
        .romfile   = "gpxe-eepro100-80861209.rom",
1987 1989
        .qdev.props = (Property[]) {
1988 1990
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
1989 1991
            DEFINE_PROP_END_OF_LIST(),
......
1993 1995
        .qdev.size = sizeof(EEPRO100State),
1994 1996
        .init      = pci_i82557a_init,
1995 1997
        .exit      = pci_nic_uninit,
1998
        .romfile   = "gpxe-eepro100-80861229.rom",
1996 1999
        .qdev.props = (Property[]) {
1997 2000
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
1998 2001
            DEFINE_PROP_END_OF_LIST(),
......
2002 2005
        .qdev.size = sizeof(EEPRO100State),
2003 2006
        .init      = pci_i82557b_init,
2004 2007
        .exit      = pci_nic_uninit,
2008
        .romfile   = "gpxe-eepro100-80861229.rom",
2005 2009
        .qdev.props = (Property[]) {
2006 2010
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2007 2011
            DEFINE_PROP_END_OF_LIST(),
......
2011 2015
        .qdev.size = sizeof(EEPRO100State),
2012 2016
        .init      = pci_i82557c_init,
2013 2017
        .exit      = pci_nic_uninit,
2018
        .romfile   = "gpxe-eepro100-80861229.rom",
2014 2019
        .qdev.props = (Property[]) {
2015 2020
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2016 2021
            DEFINE_PROP_END_OF_LIST(),
......
2020 2025
        .qdev.size = sizeof(EEPRO100State),
2021 2026
        .init      = pci_i82558a_init,
2022 2027
        .exit      = pci_nic_uninit,
2028
        .romfile   = "gpxe-eepro100-80861229.rom",
2023 2029
        .qdev.props = (Property[]) {
2024 2030
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2025 2031
            DEFINE_PROP_END_OF_LIST(),
......
2029 2035
        .qdev.size = sizeof(EEPRO100State),
2030 2036
        .init      = pci_i82558b_init,
2031 2037
        .exit      = pci_nic_uninit,
2038
        .romfile   = "gpxe-eepro100-80861229.rom",
2032 2039
        .qdev.props = (Property[]) {
2033 2040
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2034 2041
            DEFINE_PROP_END_OF_LIST(),
......
2038 2045
        .qdev.size = sizeof(EEPRO100State),
2039 2046
        .init      = pci_i82559a_init,
2040 2047
        .exit      = pci_nic_uninit,
2048
        .romfile   = "gpxe-eepro100-80861229.rom",
2041 2049
        .qdev.props = (Property[]) {
2042 2050
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2043 2051
            DEFINE_PROP_END_OF_LIST(),
......
2047 2055
        .qdev.size = sizeof(EEPRO100State),
2048 2056
        .init      = pci_i82559b_init,
2049 2057
        .exit      = pci_nic_uninit,
2058
        .romfile   = "gpxe-eepro100-80861229.rom",
2050 2059
        .qdev.props = (Property[]) {
2051 2060
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2052 2061
            DEFINE_PROP_END_OF_LIST(),
......
2056 2065
        .qdev.size = sizeof(EEPRO100State),
2057 2066
        .init      = pci_i82559c_init,
2058 2067
        .exit      = pci_nic_uninit,
2068
        .romfile   = "gpxe-eepro100-80861229.rom",
2059 2069
        .qdev.props = (Property[]) {
2060 2070
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2061 2071
            DEFINE_PROP_END_OF_LIST(),
......
2065 2075
        .qdev.size = sizeof(EEPRO100State),
2066 2076
        .init      = pci_i82559er_init,
2067 2077
        .exit      = pci_nic_uninit,
2068
        .romfile   = "pxe-i82559er.bin",
2078
        .romfile   = "gpxe-eepro100-80861209.rom",
2069 2079
        .qdev.props = (Property[]) {
2070 2080
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2071 2081
            DEFINE_PROP_END_OF_LIST(),
......
2075 2085
        .qdev.size = sizeof(EEPRO100State),
2076 2086
        .init      = pci_i82562_init,
2077 2087
        .exit      = pci_nic_uninit,
2088
        .romfile   = "gpxe-eepro100-80861209.rom",
2078 2089
        .qdev.props = (Property[]) {
2079 2090
            DEFINE_NIC_PROPERTIES(EEPRO100State, conf),
2080 2091
            DEFINE_PROP_END_OF_LIST(),
b/pc-bios/README
20 20
- The PXE roms come from Rom-o-Matic gPXE 0.9.9 with BANNER_TIMEOUT=0
21 21

  
22 22
  e1000 8086:100E
23
  pcnet32 1022:2000
23
  eepro100 8086:1209, 8086:1229
24 24
  ns8390 1050:0940
25
  pcnet32 1022:2000
25 26
  rtl8139 10ec:8139
26
  eepro100 8086:1209
27 27
  virtio 1af4:1000
28 28

  
29 29
  http://rom-o-matic.net/

Also available in: Unified diff