History log of /src/sys/dev/isapnp/isapnpvar.h |
Revision | | Date | Author | Comments |
1.29 |
| 25-Sep-2022 |
thorpej | Incremental malloc(9) -> kmem(9)
|
1.28 |
| 15-Mar-2009 |
cegger | ansify function definitions
|
1.27 |
| 28-Apr-2008 |
martin | branches: 1.27.8; 1.27.14; Remove clause 3 and 4 from TNF licenses
|
1.26 |
| 15-Mar-2008 |
cube | branches: 1.26.2; 1.26.4; Split device_t and softc for isapnp(4). Use proper types, ansify when appropriate.
|
1.25 |
| 16-Jul-2006 |
rillig | branches: 1.25.30; 1.25.50; 1.25.54; Added type information for the parameter r of isapnp_read_reg.
|
1.24 |
| 16-Feb-2006 |
perry | branches: 1.24.2; Change "inline" back to "__inline" in .h files -- C99 is still too new, and some apps compile things in C89 mode. C89 keywords stay.
As per core@.
|
1.23 |
| 24-Dec-2005 |
perry | branches: 1.23.2; 1.23.4; 1.23.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
1.22 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.21 |
| 04-Feb-2005 |
perry | branches: 1.21.6; de-__P
|
1.20 |
| 25-Dec-2001 |
christos | branches: 1.20.16; 1.20.24; 1.20.26; PR/15049: Katsuomi Hamajima: fix memset re-definition.
|
1.19 |
| 22-Mar-1999 |
mycroft | branches: 1.19.20; 1.19.22; Add a `variant number' to the tables, so we can handle slight variations in the chipset without doing something substantially more gross.
|
1.18 |
| 19-Mar-1999 |
cgd | pull isapnp_machdep.h in from machine/
|
1.17 |
| 01-Oct-1998 |
jonathan | More patches for ARC from Noriyuki Soda: * commit isapnpvar.h changes required for ARC to support plain isa. * fixup mistake over mips/include/cpuregs.h. * mips/mips_machdep.c: set L2 cache-size for arc, cleanup use of L2cache present vs L2 cache-size variables. check for no L2 cache on kernels configured to require one. misc cleanups. * mips/mpis/trap.c: more locore stack-traceback label cleanup. XXX Locore callbacks for mips3, mips4, r4600 cacheflush need more work.
|
1.16 |
| 05-Sep-1998 |
christos | Assign copyright to TNF.
|
1.15 |
| 31-Jul-1998 |
thorpej | Add BeBox support.
|
1.14 |
| 31-Jul-1998 |
thorpej | Add NetBSD/arm32 support.
|
1.13 |
| 31-Jul-1998 |
thorpej | Actually add support for the Atari.
|
1.12 |
| 31-Jul-1998 |
thorpej | Add support for NetBSD/alpha.
|
1.11 |
| 31-Jul-1998 |
thorpej | Use config_defer() to scan for ISA PnP cards.
|
1.10 |
| 30-Jul-1998 |
christos | Add a hook that resets the bios configuration from the pnp devices thus making them invisible to isa probes [from OpenBSD]
|
1.9 |
| 23-Jul-1998 |
christos | branches: 1.9.2; Create a master list of pnp logical and compatibility device codes instead of hard-coding it into each driver and use a centralized probe function.
|
1.8 |
| 09-Jun-1998 |
thorpej | Adjust for the changes to the ISA DMA API.
|
1.7 |
| 28-Oct-1997 |
christos | DTRT with level and edge interrupts: - add a type field to the isapnp_pin struct and set to IST_EDGE or IST_LEVEL depending on the card configuration data. - use the irq type field in all the drivers instead of hardcoding it.
|
1.6 |
| 27-Oct-1997 |
thorpej | Make sure we don't allocate a conflicting DRQ. From Christos.
|
1.5 |
| 06-Aug-1997 |
mikel | branches: 1.5.4; don't clobber bus_space_{,un}map macros
|
1.4 |
| 03-Aug-1997 |
mikel | add support for compatible device IDs
|
1.3 |
| 06-Jun-1997 |
thorpej | branches: 1.3.4; Pull thorpej-bus-dma branch into mainline.
|
1.2 |
| 24-Jan-1997 |
christos | branches: 1.2.6; - 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.1 |
| 16-Jan-1997 |
christos | Plug and Play support.
|
1.2.6.1 |
| 13-May-1997 |
thorpej | Pass the bus dma tag to children.
|
1.3.4.1 |
| 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.5.4.2 |
| 29-Oct-1997 |
thorpej | Pull up from trunk: DTRT with level and edge interrupts.
|
1.5.4.1 |
| 27-Oct-1997 |
thorpej | Pull up from trunk:
Make sure we don't allocate a conflicting DRQ. From Christos.
|
1.9.2.1 |
| 08-Aug-1998 |
eeh | Revert cdevsw mmap routines to return int.
|
1.19.22.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.19.20.1 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.20.26.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.20.24.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.20.16.1 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.21.6.2 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.21.6.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.23.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.23.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.23.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.24.2.1 |
| 11-Aug-2006 |
yamt | sync with head
|
1.25.54.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.25.54.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.25.50.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.25.30.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.26.4.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.26.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.26.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.27.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.27.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|