diff options
| author | Benno Rice <benno@FreeBSD.org> | 2002-09-22 01:18:06 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2002-09-22 01:18:06 +0000 |
| commit | be0e6bfc0b301dbb2bec84d894b4c4221f5978c0 (patch) | |
| tree | 97bb6e6229e71073e5968a6f23fe4296891fc5cd | |
| parent | abc370fa85dc724306dbadcc8c83566e162e635d (diff) | |
Notes
| -rw-r--r-- | sys/powerpc/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 46fbc678a079..061f3e5b3dbc 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -80,7 +80,7 @@ device atapicd # ATAPI CDROM drives # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support -device gem # Sun GEM/Sun ERI/Apple HMAC +device gem # Sun GEM/Sun ERI/Apple GMAC # Pseudo devices - the number indicates how many units to allocated. device random # Entropy device diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index c583de4b9eb7..c91ab00a9866 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -147,7 +147,7 @@ device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock device miibus # MII bus support #device dc # DEC/Intel 21143 and workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) -device gem # Sun GEM/Sun ERI/Apple HMAC +device gem # Sun GEM/Sun ERI/Apple GMAC device hme # Sun HME (Happy Meal Ethernet) #device pcn # AMD Am79C97x PCI 10/100 NICs #device rl # RealTek 8129/8139 |
