mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Fix comment
Submitted by: danfe@
This commit is contained in:
parent
0203f7164f
commit
56d67d7d37
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190901
@ -469,10 +469,9 @@ ed_pccard_attach(device_t dev)
|
||||
goto bad;
|
||||
|
||||
/*
|
||||
* Determine which chipset we are. Almost the PC Card chipsets have
|
||||
* the ASIC and NIC offsets in the same place. There's a tiny
|
||||
* minority (2?) that follow the WD80x3 conventions, which are handled
|
||||
* as a special case.
|
||||
* Determine which chipset we are. Almost all the PC Card chipsets
|
||||
* have the Novel ASIC and NIC offsets. There's 2 known cards that
|
||||
* follow the WD80x3 conventions, which are handled as a special case.
|
||||
*/
|
||||
sc->asic_offset = ED_NOVELL_ASIC_OFFSET;
|
||||
sc->nic_offset = ED_NOVELL_NIC_OFFSET;
|
||||
|
Loading…
Reference in New Issue
Block a user