History log of /src/sys/arch/i386/pnpbios/pnpbiosvar.h |
Revision | | Date | Author | Comments |
1.12 |
| 30-Jun-2011 |
wiz | dependant -> dependent
|
1.11 |
| 04-May-2009 |
cegger | struct device * -> device_t, use device_private
|
1.10 |
| 26-Dec-2005 |
perry | branches: 1.10.78; 1.10.92; u_intN_t -> uintN_t
|
1.9 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.8 |
| 01-Jun-2005 |
drochner | branches: 1.8.2; kill the "busname" attach arg for acpi, apm, pnpbios and vesabios, and pass NULL "print" function pointers to their config_found functions because they shouldn't be called anyway
|
1.7 |
| 31-May-2005 |
drochner | as in apm, the "busname" thing is unnecessary being here, fix constification problems and cleanup variable names from function prototypes
|
1.6 |
| 03-Feb-2005 |
perry | de-__P
|
1.5 |
| 17-Dec-2000 |
jmc | branches: 1.5.2; 1.5.26; 1.5.34; 1.5.36; Add pnpbios_getiosize
|
1.4 |
| 22-Apr-2000 |
thorpej | branches: 1.4.8; Allow pnpbios_getirqnum() to return the share type, as well.
|
1.3 |
| 01-Mar-2000 |
groo | Add pnpbios_io_unmap
|
1.2 |
| 14-Nov-1999 |
thorpej | branches: 1.2.2; 1.2.4; Add an "index" locator to the pnpbios `bus'. This allows us to wire down device instances if there are more than one of a given type in the PnP BIOS device table.
Add a pnpbios attachment for `lpt'.
|
1.1 |
| 12-Nov-1999 |
drochner | "pnpbios" pseudo-bus. Reads out device IDs and ressource usage from the BIOS and attaches devices to it. While it is potentially able to deal with all the motherboard ISA devices, it is only used in hairy cases for now - laptop stuff in particular.
|
1.2.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.2.2.2 |
| 15-Nov-1999 |
fvdl | Sync with -current
|
1.2.2.1 |
| 14-Nov-1999 |
fvdl | file pnpbiosvar.h was added on branch fvdl-softdep on 1999-11-15 00:38:12 +0000
|
1.4.8.3 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.4.8.2 |
| 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.4.8.1 |
| 22-Apr-2000 |
bouyer | file pnpbiosvar.h was added on branch thorpej_scsipi on 2000-11-20 20:09:37 +0000
|
1.5.36.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.5.34.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.5.26.2 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.5.26.1 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.5.2.2 |
| 17-Dec-2000 |
jmc | Add pnpbios_getiosize
|
1.5.2.1 |
| 17-Dec-2000 |
jmc | file pnpbiosvar.h was added on branch sommerfeld_i386mp_1 on 2000-12-17 07:59:15 +0000
|
1.8.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.10.92.3 |
| 27-Aug-2011 |
jym | Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen work of cherry@.
No regression observed on suspend/restore.
|
1.10.92.2 |
| 01-Nov-2009 |
jym | Sync with HEAD.
|
1.10.92.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.10.78.1 |
| 16-May-2009 |
yamt | sync with head
|