Home | History | Annotate | Download | only in isapnp
History log of /src/sys/dev/isapnp/isapnpres.c
RevisionDateAuthorComments
 1.22  25-Sep-2022  thorpej Remove unnecessary incldue of <sys/malloc.h>.
 1.21  14-Mar-2009  dsl ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.20  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.19  28-Apr-2008  martin branches: 1.19.8; 1.19.14;
Remove clause 3 and 4 from TNF licenses
 1.18  15-Mar-2008  cube branches: 1.18.2; 1.18.4;
Split device_t and softc for isapnp(4). Use proper types, ansify when
appropriate.
 1.17  19-Oct-2007  ad branches: 1.17.12; 1.17.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.16  13-Apr-2006  christos branches: 1.16.18; 1.16.32; 1.16.34; 1.16.38;
Coverity CID 1543: Fix buffer off-by-one on error.
 1.15  11-Dec-2005  christos branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10; 1.15.12;
merge ktrace-lwp.
 1.14  27-Feb-2005  perry branches: 1.14.4;
nuke trailing whitespace
 1.13  04-Feb-2005  perry de-__P
 1.12  13-Dec-2004  christos branches: 1.12.2; 1.12.4;
PR/28645: Fabien Devaux: Infinite loop at startup with Acer Travelmate 313T
due to buggy BIOS.
 1.11  13-Nov-2001  lukem branches: 1.11.16;
add RCSID
 1.10  23-May-2000  christos branches: 1.10.6; 1.10.8;
PR/10154: Antti Kantee: ignore 0 length resource(s)
 1.9  05-Sep-1998  christos branches: 1.9.12;
Assign copyright to TNF.
 1.8  20-Nov-1997  mikel increase maximum resource ROM read delay to 1 ms (slow EEPROMS)
 1.7  03-Aug-1997  mikel branches: 1.7.4;
add support for compatible device IDs
 1.6  10-Apr-1997  mikel branches: 1.6.4;
fix off-by-one error in fixed I/O resource interpreter
fix address alignment errors in memory resource interpreter
clean up debug output a bit
 1.5  24-Jan-1997  christos const poisoning
 1.4  24-Jan-1997  christos - increase string space for device class names
- fix the parser so that non-compliant isapnp devices work, and we
give up when there are too many errors (some on-board pnp sound/atapi/game
soundblaster compatible card). reported by chuck cranor
- fix the parser so that configuration tags that come after the
end-dependencies tag or before the begin-dependencies tag are merged
in properly (gravis ultrasound). reported by gary duzan
We now build a tree of card -> logical-dev -> conf, and in the end we
convert it to a list of conf...
 1.3  24-Jan-1997  veego Decrease the delay() in isapnp_wait_status(), 100 was too much.
 1.2  22-Jan-1997  mycroft Increase the delay() in isapnp_wait_status() for slow cards.
 1.1  16-Jan-1997  christos Plug and Play support.
 1.6.4.1  23-Aug-1997  thorpej Update marc-pcmcia branch from trunk.
 1.7.4.1  20-Nov-1997  mellon Pull rev 1.8 up from trunk (mikel)
 1.9.12.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.10.8.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.10.6.1  14-Nov-2001  nathanw Catch up to -current.
 1.11.16.3  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.11.16.2  04-Feb-2005  skrll Sync with HEAD.
 1.11.16.1  18-Dec-2004  skrll Sync with HEAD.
 1.12.4.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.12.4.1  12-Feb-2005  yamt sync with head.
 1.12.2.1  29-Apr-2005  kent sync with -current
 1.14.4.3  17-Mar-2008  yamt sync with head.
 1.14.4.2  27-Oct-2007  yamt sync with head.
 1.14.4.1  21-Jun-2006  yamt sync with head.
 1.15.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.15.10.1  19-Apr-2006  elad sync with head.
 1.15.8.1  24-May-2006  yamt sync with head.
 1.15.6.1  22-Apr-2006  simonb Sync with head.
 1.15.4.1  09-Sep-2006  rpaulo sync with head
 1.16.38.1  25-Oct-2007  bouyer Sync with HEAD.
 1.16.34.2  23-Mar-2008  matt sync with HEAD
 1.16.34.1  06-Nov-2007  matt sync with HEAD
 1.16.32.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.16.18.1  23-Oct-2007  ad Sync with head.
 1.17.16.2  02-Jun-2008  mjf Sync with HEAD.
 1.17.16.1  03-Apr-2008  mjf Sync with HEAD.
 1.17.12.1  24-Mar-2008  keiichi sync with head.
 1.18.4.2  04-May-2009  yamt sync with head.
 1.18.4.1  16-May-2008  yamt sync with head.
 1.18.2.1  18-May-2008  yamt sync with head.
 1.19.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.19.8.1  28-Apr-2009  skrll Sync with HEAD.

RSS XML Feed