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/sparc64 | |
parent | f43d63d8ec76b40ecd312f784f636a0fd96a7308 (diff) |
add or enable lmc(4)
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
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 |