| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix compilation on non-i386 machines. Inconsistent conditional | marcel | 2003-02-23 | 1 | -3/+5 |
* | Fix compilation on alpha. Pointy hat to Marcel. | orion | 2003-02-23 | 1 | -1/+1 |
* | o Add back support for DXS channels. | orion | 2003-02-22 | 2 | -84/+302 |
* | Use DISKFLAG_OPEN rather than maintaining our own flag. | phk | 2003-02-22 | 1 | -23/+2 |
* | Use nullclose(), not noclose(). | phk | 2003-02-22 | 1 | -1/+1 |
* | Use the standard DISKFLAG_OPEN instead of implementing our own. | phk | 2003-02-22 | 2 | -19/+2 |
* | Use system noioctl() instead of homerolled. | phk | 2003-02-22 | 1 | -9/+1 |
* | NO_GEOM cleanup: unifdef -UNO_GEOM | phk | 2003-02-22 | 2 | -29/+0 |
* | NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t" | phk | 2003-02-21 | 1 | -5/+5 |
* | Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore and | bmilekic | 2003-02-21 | 1 | -13/+0 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 4 | -13/+24 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 9 | -9/+9 |
* | Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix | ken | 2003-02-21 | 2 | -57/+0 |
* | Oops, forgot to put back debug level. | simokawa | 2003-02-21 | 1 | -1/+1 |
* | remove unused code. | simokawa | 2003-02-21 | 1 | -1/+2 |
* | Fix typo | simokawa | 2003-02-21 | 1 | -1/+1 |
* | Don't scan lun by myself while boot process leave it CAM to scan the bus. | simokawa | 2003-02-21 | 1 | -8/+27 |
* | Clean up viachan_init. | orion | 2003-02-21 | 1 | -9/+13 |
* | Fix assignment of record sgd_addr and clean up via8233chan_init. | orion | 2003-02-21 | 1 | -10/+13 |
* | On detach, don't remove the child from our list of children unless it has | scottl | 2003-02-20 | 1 | -1/+1 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 5 | -28/+35 |
* | First round off updates/fixes to the ATA driver. | sos | 2003-02-20 | 21 | -2456/+2605 |
* | Implement a "sndbuf_getbufaddr" function and use it instead of vtophys(). | cognet | 2003-02-20 | 18 | -65/+100 |
* | The completion queue is no longer used, so nuke its associated code | scottl | 2003-02-20 | 2 | -4/+0 |
* | Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level. | cognet | 2003-02-20 | 1 | -1/+4 |
* | Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably add | cognet | 2003-02-20 | 2 | -402/+733 |
* | Fix a 64-bit bogon. The hardware command structure only has one 32 bit | scottl | 2003-02-19 | 2 | -3/+4 |
* | Make the aac driver be INTR_MPSAFE. Once the interrupt handler determines | scottl | 2003-02-19 | 2 | -38/+15 |
* | o Move the cleanup of the fib maps into aac_free_commands() so as to | scottl | 2003-02-19 | 2 | -33/+42 |
* | Munge the zs sbus attachment to work with fhc. This is a bit of a hack, | jake | 2003-02-19 | 1 | -13/+113 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 131 | -360/+361 |
* | Remove unused variable and code. | peter | 2003-02-19 | 1 | -2/+0 |
* | Add some PCI device ID's from HP | ps | 2003-02-18 | 1 | -0/+4 |
* | Move the resource handling down into the pci bus as well. | imp | 2003-02-18 | 2 | -410/+49 |
* | Fix fwdev memory leak on detaching. | simokawa | 2003-02-18 | 1 | -5/+13 |
* | Use pci_get_devid(). | simokawa | 2003-02-18 | 2 | -24/+24 |
* | Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'. | simokawa | 2003-02-18 | 2 | -0/+5 |
* | * firewire.c | simokawa | 2003-02-18 | 2 | -1/+19 |
* | Include class designation in pnpinfo for generic driver loading | imp | 2003-02-18 | 1 | -2/+3 |
* | Sanity check the BAR length reported by the CIS with the BAR length that | scottl | 2003-02-17 | 1 | -4/+22 |
* | Move the pnp and location info into the common pci bus. Make all known | imp | 2003-02-17 | 4 | -46/+41 |
* | an driver now needs wlan, so put the required explicit depends | imp | 2003-02-17 | 3 | -0/+3 |
* | Kill a now-bogus comment | imp | 2003-02-17 | 1 | -4/+0 |
* | These don't need to be semi-public after all. | imp | 2003-02-17 | 2 | -5/+5 |
* | * firewire.c | simokawa | 2003-02-17 | 2 | -48/+19 |
* | Move call to pci_print_verbose until after all the variables that it | imp | 2003-02-17 | 1 | -1/+1 |
* | Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB | phk | 2003-02-16 | 1 | -4/+4 |
* | Whatever dumbass wrote sio_pci.c didn't include a detach method. | imp | 2003-02-16 | 1 | -0/+1 |
* | No need to wrap siodetach() with sio_pccard_detach. | imp | 2003-02-16 | 1 | -9/+1 |
* | Pointy hat- bad commit. | mjacob | 2003-02-16 | 1 | -1/+1 |