diff options
author | Warner Losh <imp@FreeBSD.org> | 2003-12-07 04:27:08 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2003-12-07 04:27:08 +0000 |
commit | 1da8b3b9842f61b392ac91b4addad8920e76d03e (patch) | |
tree | 1f5d5255453f2e451e64be00484d6ed28bf89ba4 /sys/conf/NOTES | |
parent | 6ee2f106aac06181ba6c8542d928765583daf9b2 (diff) | |
download | src-1da8b3b9842f61b392ac91b4addad8920e76d03e.tar.gz src-1da8b3b9842f61b392ac91b4addad8920e76d03e.zip |
Now that we have the en(4) driver, we no longer need the hea driver.
Approved by: harti@
Notes
Notes:
svn path=/head/; revision=123210
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b2ad60beab95..bbe73eae666e 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -653,9 +653,6 @@ options ZERO_COPY_SOCKETS # ATM_UNI includes support for the `uni30' and `uni31' signalling managers, # which run the ATM Forum UNI 3.x signalling protocols. # -# The `hea' driver provides support for the Efficient Networks, Inc. -# ENI-155p ATM PCI Adapter. -# # The `hfa' driver provides support for the FORE Systems, Inc. # PCA-200E ATM PCI Adapter. # @@ -667,7 +664,6 @@ options ATM_SIGPVC #SIGPVC signalling manager options ATM_SPANS #SPANS signalling manager options ATM_UNI #UNI signalling manager -device hea #Efficient ENI-155p ATM PCI device hfa #FORE PCA-200E ATM PCI device harp #Pseudo-interface for NATM |