diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-05 11:56:41 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-05 11:56:41 +0000 |
commit | 11f225704bbbff4ed947881b47e26e2b7e921e2f (patch) | |
tree | 54f639e2a99b7ea3cb0ed05789c455dfdc61e053 /sys/arch | |
parent | f43d63d8ec76b40ecd312f784f636a0fd96a7308 (diff) |
add or enable lmc(4)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index d90e18dc7ea..1d1259c7025 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.154 2005/10/02 18:39:22 reyk Exp $ +# $OpenBSD: GENERIC,v 1.155 2005/11/05 11:56:34 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -194,6 +194,7 @@ scsibus* at twe? #scsibus* at ami? # PCI Network devices +lmc* at pci? # Lan Media Corp SSI/T3/HSSI de* at pci? # 21x4[012]-based Ethernet dc* at pci? # 21143, "tulip" clone ethernet ne* at pci? # NE2000-compat ethernet cards diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 40dfacf6c6f..f932caf1e68 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.84 2005/10/20 15:13:36 marco Exp $ +# $OpenBSD: GENERIC,v 1.85 2005/11/05 11:56:37 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -262,7 +262,7 @@ atapiscsi* at pciide? scsibus* at atapiscsi? # Networking devices -#lmc* at pci? # Lan Media Corp SSI/T3/HSSI +lmc* at pci? # Lan Media Corp SSI/T3/HSSI #le* at pci? # PCnet-PCI based ethernet #de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 2d89f99f89a..221146d0f23 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.95 2005/10/31 02:26:26 brad Exp $g +# $OpenBSD: GENERIC,v 1.96 2005/11/05 11:56:39 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -45,6 +45,7 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? siop* at pci? +lmc* at pci? # Lan Media Corp SSI/T3/HSSI fxp* at pci? de* at pci? #vme* at pci? diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index f651b98dee4..88a47ead3dd 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.134 2005/10/10 23:02:21 brad Exp $ +# $OpenBSD: GENERIC,v 1.135 2005/11/05 11:56:40 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -45,6 +45,7 @@ ppb* at pci? ebus* at pci? # PCI Ethernet +lmc* at pci? # Lan Media Corp SSI/T3/HSSI hme* at pci? gem* at pci? ti* at pci? # Alteon Tigon 1Gb ethernet |