Add ath(4) to GENERIC alpha kernel. UNTESTED.
This commit is contained in:
parent
ae7bd05531
commit
9079f579cb
@ -22,7 +22,7 @@ include "arch/alpha/conf/std.alpha"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.294 $"
|
#ident "GENERIC-$Revision: 1.295 $"
|
||||||
|
|
||||||
maxusers 32
|
maxusers 32
|
||||||
|
|
||||||
@ -299,6 +299,7 @@ hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
|
|||||||
ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
|
ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
|
||||||
|
|
||||||
adv* at pci? dev ? function ? # AdvanSys SCSI
|
adv* at pci? dev ? function ? # AdvanSys SCSI
|
||||||
|
ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
|
||||||
adw* at pci? dev ? function ? # AdvanSys Wide SCSI
|
adw* at pci? dev ? function ? # AdvanSys Wide SCSI
|
||||||
#options SCSI_ADW_WDTR_DISABLE # disable WDTR
|
#options SCSI_ADW_WDTR_DISABLE # disable WDTR
|
||||||
#options SCSI_ADW_SDTR_DISABLE # disable SDTR
|
#options SCSI_ADW_SDTR_DISABLE # disable SDTR
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.alpha,v 1.76 2005/12/11 12:16:16 christos Exp $
|
# $NetBSD: Makefile.alpha,v 1.77 2006/09/01 04:58:17 dyoung Exp $
|
||||||
|
|
||||||
# Makefile for NetBSD
|
# Makefile for NetBSD
|
||||||
#
|
#
|
||||||
@ -91,6 +91,9 @@ MKDEP_AFLAGS= -x assembler-with-cpp ${AFLAGS}
|
|||||||
|
|
||||||
%RULES
|
%RULES
|
||||||
|
|
||||||
|
## Include rules for Atheros WLAN
|
||||||
|
.include "$S/contrib/dev/ath/netbsd/Makefile.ath.inc"
|
||||||
|
|
||||||
##
|
##
|
||||||
## (9) port independent kernel machinery
|
## (9) port independent kernel machinery
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user