diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-03-24 12:00:40 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-03-24 12:00:40 +0000 |
commit | e012fa8681655d4b4ea517637b20010bd4493605 (patch) | |
tree | 4ffd5a3723d7fbf0e2cd8ef71755d1387e4b8d0c /sys | |
parent | 31e466ce05c9ac69d45634a5d95359d2e55755fd (diff) |
unwire lmc(4) and san(4).
they do "interesting" things with APIs i want to change, and i can't
find any evidence anyone uses them anymore. instead of burning time
on changes i cant test, ill take a chance that noone will miss them.
no objections from anyone
ok mpi@ deraadt@ henning@ sthen@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
5 files changed, 5 insertions, 13 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 37aaccd2748..f480d1857e4 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.252 2015/01/03 21:24:19 uaa Exp $ +# $OpenBSD: GENERIC,v 1.253 2015/03/24 12:00:39 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -203,8 +203,6 @@ gdt* at pci? # ICP Vortex GDT RAID controllers #ami* at pci? # AMI MegaRAID controllers # Networking devices -lmc* at pci? # Lan Media Corp SSI/T3/HSSI -san* at pci? # Sangoma PCI AFT card pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # 21x4[012]-based Ethernet dc* at pci? # 21143, "tulip" clone ethernet diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 7e9ce16ff71..c096b09fb19 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.384 2015/02/06 19:49:56 stsp Exp $ +# $OpenBSD: GENERIC,v 1.385 2015/03/24 12:00:39 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -401,8 +401,6 @@ atapiscsi* at wdc? atapiscsi* at pciide? # Networking devices -lmc* at pci? # Lan Media Corp SSI/T3/HSSI -san* at pci? # Sangoma PCI AFT card de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet fxp* at cardbus? # Intel PRO/100 ethernet diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index df4f82dd627..ded36109522 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.794 2015/02/06 20:05:48 stsp Exp $ +# $OpenBSD: GENERIC,v 1.795 2015/03/24 12:00:39 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -533,8 +533,6 @@ le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA ex0 at isa? port 0x320 irq 5 # Intel EtherExpress PRO/10 sm0 at isa? port 0x300 irq 10 # SMC 91cxx-based ethernet ep* at eisa? # 3C579 ethernet -lmc* at pci? # Lan Media Corp SSI/T3/HSSI -san* at pci? # Sangoma PCI AFT card le* at isapnp? pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # DC21X4X-based ethernet diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 9eb345c0f17..62b0d89007d 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.246 2015/01/03 21:24:19 uaa Exp $g +# $OpenBSD: GENERIC,v 1.247 2015/03/24 12:00:39 dlg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -49,7 +49,6 @@ 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 c95d2500a55..bf35c433b80 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.297 2015/01/21 12:07:36 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.298 2015/03/24 12:00:39 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -63,7 +63,6 @@ sbbc* at pci? cbus* at vbus? # PCI Ethernet -lmc* at pci? # Lan Media Corp SSI/T3/HSSI hme* at pci? # Sun Happy Meal 10/100 gem* at pci? # Sun GEM 10/100/Gigabit cas* at pci? # Sun Cassini 100/Gigabit |