aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some minor fixes.Mitsuru IWASAKI2001-07-251-4/+11
* Move the kernel stuff out of snoop.h. It was only there because someDima Dorfman2001-07-251-0/+39
* Remove ISP_SMPLOCK stuff- we're just using locking now.Matt Jacob2001-07-251-53/+40
* Roll minor version. Remove ISP_SMPLOCK nonsense. We're using full locking,Matt Jacob2001-07-251-19/+2
* IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this changeBrooks Davis2001-07-252-2/+2
* Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphaBill Paul2001-07-231-1/+1
* AIEEE! Commit the firmware image too. *blush*Bill Paul2001-07-231-0/+5089
* Grrr. Module depends on vlan.h, and I committed the wrong versionBill Paul2001-07-231-0/+1
* You were knocked senseless by the Boomerang, spun around by the Cyclone,Bill Paul2001-07-232-0/+2593
* s/adress/address/Kris Kennaway2001-07-233-3/+3
* Typo fix: fasion -> fashionKris Kennaway2001-07-231-1/+1
* add %option nounputAssar Westerlund2001-07-221-0/+2
* Add a few missing spl calls in preparation for an MFC of the miibusIan Dowse2001-07-221-6/+15
* Remove an old hack that remembered if the card type was Linksys byIan Dowse2001-07-221-7/+3
* Don't do sleep state transition if specified sleep state is notMitsuru IWASAKI2001-07-221-0/+8
* Attach the miibus for Linksys/Dlink cards from the attach routine,Ian Dowse2001-07-222-6/+11
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* Add another Dell 3/Di PCI ID. You'd think they had enough of theseMike Smith2001-07-221-0/+1
* null_do_probe: mark as unusedAssar Westerlund2001-07-211-0/+2