aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Another minor fix from i386 to remember when the port is set to -1.Doug Rabson1999-05-181-2/+2
* Update isa_print_child to match i386.Doug Rabson1999-05-181-10/+10
* Added device major 125 for the Advantech PCI-1750 Digital IO card.Roger Hardiman1999-05-183-3/+6
* TIOCEXT is also inapproriate before the slave is open, return EAGAIN whenLuoqi Chen1999-05-181-29/+31
* Avoid negative numbers in dev_t manipulation. This should fix recent MFSLuoqi Chen1999-05-181-3/+3
* Update text on using the smbus, iibus, iicbb controllersRoger Hardiman1999-05-183-12/+24
* Bt848 driver release 1.65Roger Hardiman1999-05-182-14/+62
* Bt848 driver release 1.65Roger Hardiman1999-05-183-6/+9
* Slight reorganization of internal interface in the keyboard controllerKazutaka YOKOTA1999-05-187-80/+101
* Silence warnings.Kazutaka YOKOTA1999-05-181-10/+10
* Remove unnecessary function call.Kazutaka YOKOTA1999-05-181-2/+1
* The previous commit was wrong! This is the correct one ;-<Kazutaka YOKOTA1999-05-182-4/+4
* pmap_qremove:Alan Cox1999-05-182-8/+34
* vm_map_insert:Alan Cox1999-05-181-47/+38
* Correct a bug where the chip could be unpaused in the middle of a busJustin T. Gibbs1999-05-181-23/+35
* Make xpt_path_comp work on wildcarded paths again.Justin T. Gibbs1999-05-181-7/+7
* Correct the comment for the last commit.Justin T. Gibbs1999-05-172-2/+2
* Update copyright. Correct some whitespace.Justin T. Gibbs1999-05-172-5/+5
* Add a masking scheme to allow for detection of unknown cards using aJustin T. Gibbs1999-05-172-190/+262
* Fix whitespace. Correct a comment.Justin T. Gibbs1999-05-172-30/+36
* Seventh update to the new ATA/ATAPI driver:Søren Schmidt1999-05-178-42/+53
* Use NOUDEV for udev_t'sPoul-Henning Kamp1999-05-171-2/+2
* Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_tDoug Rabson1999-05-172-4/+4
* - Fixed default irq in SMP kernel.KATO Takenori1999-05-171-7/+9
* Sync with sys/i386/isa/npx.c revision 1.73.KATO Takenori1999-05-171-15/+12
* Sync with sys/i386/i386/userconfig.c revision 1.144.KATO Takenori1999-05-171-2/+3
* Removed ucmpdi2.cKATO Takenori1999-05-172-4/+2
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,Alan Cox1999-05-175-33/+17
* PR: kern/10570Pierre Beyssac1999-05-161-2/+2
* $ brucify -deblunderPoul-Henning Kamp1999-05-161-3/+7
* Remove prototypes for functions that don't exist anymore (vm_map.h).Alan Cox1999-05-164-28/+22
* Fix confusion of size of transfer with size of the pager.Dmitrij Tejblum1999-05-151-3/+4
* Add enough include files to make this actually compile on an a.out system.Eivind Eklund1999-05-151-1/+8
* Add `xe', the Xircom PC Card Ethernet driver.David E. O'Brien1999-05-151-2/+3
* Make sure sysctls use udev_t, not dev_t.Doug Rabson1999-05-151-2/+5
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarePeter Wemm1999-05-153-18/+33
* Make sure sysctls use udev_t, not dev_t.Doug Rabson1999-05-151-4/+4
* Reenable vinum build.Greg Lehey1999-05-151-5/+2
* Modify to work with new style dev_t.Greg Lehey1999-05-1511-90/+69
* Put a small delay in before sending the inquire_setup command. TheWarner Losh1999-05-141-4/+6
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.Alan Cox1999-05-145-17/+15
* Ignore some ioctls on the master until the slave is open.Luoqi Chen1999-05-141-3/+12
* Legally acquire a major number for mfs.Luoqi Chen1999-05-143-12/+11
* Add "initialize" to loader.4th, so running "start" is not actually needed.Daniel C. Sobral1999-05-142-3/+27
* Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switchJustin T. Gibbs1999-05-144-8/+5
* Use a lookup table for device matching instead of a switch on a 64bitJustin T. Gibbs1999-05-142-536/+898
* * Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson1999-05-1410-357/+311
* The previous log message should have read:Doug Rabson1999-05-141-1/+1
* Make sure to pass a dev_t to dkunit.Doug Rabson1999-05-142-5/+7
* Add fxp on a category of it's own.Daniel C. Sobral1999-05-141-1/+8