diff options
author | imp <imp@FreeBSD.org> | 2003-08-01 16:10:48 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-01 16:10:48 +0000 |
commit | 39e40ff7c5c8d9e5411fbec57b9bf03d6c5750f4 (patch) | |
tree | 9f336db957cf5cb6da1df804493dd0649e49e835 /sys/pccard/pcic_pci.c | |
parent | 23fd91f0440a3cf53783baaac689bcf490b326ff (diff) | |
download | FreeBSD-src-39e40ff7c5c8d9e5411fbec57b9bf03d6c5750f4.zip FreeBSD-src-39e40ff7c5c8d9e5411fbec57b9bf03d6c5750f4.tar.gz |
Add comment point o2micro people to NEWCARD
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r-- | sys/pccard/pcic_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 5eec179..b2182e1 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -438,6 +438,8 @@ pcic_pci_oz68xx_csc(struct pcic_slot *sp, enum pcic_intr_way way) * The 68xx datasheets make it hard to know what the right thing * to do here is. We do what we know, which is nothing, and * hope for the best. + * + * XXX NEWCARD may have some useful code here. */ /* XXX */ return (0); |