diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-01 16:10:48 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-01 16:10:48 +0000 |
| commit | 85d0333cd8897fa7971caf096bc7cf8a0efaee8c (patch) | |
| tree | 9f336db957cf5cb6da1df804493dd0649e49e835 /sys | |
| parent | 19c3e120f0f53297365119d0f3b7df221e0183d2 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 5eec179510385..b2182e1d8dc0d 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); |
