aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* repo-copy the source files from modules/syscons to the normal treePeter Wemm2001-08-092-5/+13
* Add the Rio 800 USB device IDsPeter Wemm2001-08-081-2/+4
* Introduce a force option, MD_FORCE, that instructs the driver toDima Dorfman2001-08-071-2/+5
* Adding missing () in a KASSERT format string.Scott Long2001-08-071-1/+1
* Don't call wakeup() while we are in DDB. The patch wasKazutaka YOKOTA2001-08-071-3/+16
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsBrooks Davis2001-08-061-0/+2
* Make AAC_COMPAT_LINUX optional once again.Scott Long2001-08-061-4/+0
* Put the linux compat ioctl interface on death row. Add FreeBSDScott Long2001-08-062-29/+91
* Missed this one in my 80-column sweep.Scott Long2001-08-061-8/+16
* The Intel 440MX ACPI timer seems to work properly, so add it to the listMike Smith2001-08-051-5/+12
* aic7xxx.c:Justin T. Gibbs2001-08-053-25/+44
* Once again throw out the calculation of si_iosize_max and set it to 64K.Scott Long2001-08-052-17/+14
* Bugfixes. Close a race and logic bug in the timeout handling, don't call theScott Long2001-08-055-18/+87
* Fix a couple of copyright issues and an 80 column nit that I missed beforeScott Long2001-08-053-3/+4
* Kill debug output for sn device. It is confusing the nativesWarner Losh2001-08-041-1/+0
* Reverse the logic here again with regards to "trusted" ACPI timerMike Smith2001-08-031-30/+54
* Shoud build resources in the _CRS buffer. Oops.Mike Smith2001-08-032-2/+2
* Move the resource pointer when we reallocate the buffer.Mike Smith2001-08-031-0/+2
* Reformat for 80 columns. Sorry, but I had to do it.Scott Long2001-08-036-479/+694
* Set up the via_chinfo structures properly so we write to the correctGeorge C A Reid2001-08-021-2/+2
* Include opt_splash.h.Kazutaka YOKOTA2001-08-021-0/+2
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanKazutaka YOKOTA2001-08-021-28/+28
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA2001-08-022-0/+14
* Add some definitions. Their actual support will be addedKazutaka YOKOTA2001-08-021-0/+2
* - Deny detaching requests until device is still open, otherwise it is possibleMaxim Sobolev2001-08-021-3/+17
* Refine cursor type/shape control escape sequences andKazutaka YOKOTA2001-08-025-111/+215
* Oops- don't set 'goal' twice when you mean to set 'nvrm' as well.Matt Jacob2001-08-021-1/+1
* Fix grammar nit.Dima Dorfman2001-08-011-1/+1
* open_device: Recognize ar device.Greg Lehey2001-08-011-0/+2
* Re-order things slightly in the RX handler for VLAN support: we needBill Paul2001-07-311-5/+4
* Make the openfirmware functions work on 64 bit architectures by usingJake Burkholder2001-07-312-237/+241
* Quiet uninitialized variable warning (also a bug).Jake Burkholder2001-07-311-0/+2
* The current resource buffer returned from an interrupt link deviceMike Smith2001-07-302-14/+40
* - Prevent the ACPI code from being loaded as a module other than atMike Smith2001-07-302-11/+123
* Minor updates (no functional changes)Mike Smith2001-07-301-86/+82
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob2001-07-301-52/+47
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob2001-07-301-9/+13
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob2001-07-301-157/+143
* Disallow ATAPI CD transfers that are not a multiple of the device blockThomas Moestl2001-07-291-1/+5
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.Justin T. Gibbs2001-07-281-3/+0
* Remember to zero out certain things that we malloc() and/or contigmalloc().Bill Paul2001-07-271-0/+4
* Uncomment a return(ENXIO) that I commented out for debugging purposes.Bill Paul2001-07-271-3/+3
* Cleanup duplication in Aironet headersBrooks Davis2001-07-272-492/+74
* The ACPI timer register corruption problem is resolved in the PIIX4Mike Smith2001-07-271-4/+6
* The kernel *does* now define setjmp/longjmp. Dont duplicate it here.Peter Wemm2001-07-272-4/+0
* Make sure the total number of sectors is not 0 for a vnode-type md toThomas Moestl2001-07-261-0/+4
* Fix typo (* -> &)Mike Smith2001-07-261-1/+1
* Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLIScott Long2001-07-251-0/+1
* Reset the device's powerstate to d0 when resuming from a suspendJonathan Lemon2001-07-251-25/+34
* Better checking of duplicated interrupt handler installation.Mitsuru IWASAKI2001-07-251-1/+1