diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-09-27 07:18:15 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-09-27 07:18:15 +0000 |
commit | 698afa0f2d9ba50a17c3a726c5676e787a0da2b6 (patch) | |
tree | e5f65c41e2b0ccb0051ccc539070d245df51a74d /sys/arch/sparc64/conf | |
parent | a13278fae76bbcecc4a1fcb2b6cc76e90cc67414 (diff) |
add pgt(4) and acx(4), work in progress.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 9d6e1612881..6710f804957 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.157 2006/08/18 23:14:43 jason Exp $ +# $OpenBSD: GENERIC,v 1.158 2006/09/27 07:18:14 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -67,6 +67,9 @@ re* at pci? # RealTek 8169/8169S/8110S musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards +pgt* at pci? # Prism54 (only full-mac varients) +acx* at pci? # TI ACX100/ACX111 (802.11b/g) + # PCI SCSI ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? |