summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a udev_t/dev_t mismatch which prevent paging from working.phk1999-05-121-2/+2
* Driver is now ported to NetBSD.semenu1999-05-1225-233/+505
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.34.kato1999-05-122-4/+4
* $ brucify sys/stat.hphk1999-05-121-8/+8
* #define udev_t dev_t in userland, so that programs which peek atphk1999-05-121-1/+2
* Fix dumpon. It passes a udev_t from userland to kernel, that needs aphk1999-05-122-8/+8
* Updated a comment (Crtat is no longer bogusly shared with syscons).bde1999-05-121-2/+0
* Removed global variable `Crtat'. This was once (bogusly) shared withbde1999-05-121-6/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-1171-209/+337
* Oops, back out previous, it is not quite ready for commit and has nothingdt1999-05-111-9/+2
* Initialize bootifo.envp, so that the kernel environment can be used.dt1999-05-113-6/+16
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-116-10/+14
* "fix" warning. This still needs to be kld-ified some day (or removed).peter1999-05-111-1/+4
* Do not hardcode size of struct vm86frame.luoqi1999-05-113-5/+17
* Trap frame size has increased by 4.luoqi1999-05-111-3/+3
* Quirk this drive- all luns show up the same.mjacob1999-05-111-1/+11
* Take a shot at handling INTR_FAST and INTR_EXCL for CY_PCI_FASTINTR.peter1999-05-111-12/+21
* Send subr_rlist.c off to the big Attic in the sky. It's been #if 0'edpeter1999-05-113-364/+0
* Found the needle in the haystack!jb1999-05-112-4/+4
* During probe, the page lockdown code in dpt_control.c does somejkh1999-05-111-2/+4
* Make the driver work on HP8100 and the newer Philips that does notsos1999-05-113-72/+9
* Change the INIT_PATH option example to use colons instead of semi-colonsjb1999-05-113-6/+6
* Use colons instead of semi-colons to behave like UNIX instead of DOS.jb1999-05-111-4/+4
* Sync with sys/isa/sio.c revision 1.241.kato1999-05-112-4/+6
* Sync with sys/i386/isa/fd.c revision 1.143.kato1999-05-112-4/+6
* Sync with sys/i386/i386/usercnofig.c revision 1.142.kato1999-05-111-7/+6
* Add another kludge to the card identification probe. It appears thatimp1999-05-111-4/+7
* Use the probe priority mechanism to make sure the chip* probes do notpeter1999-05-113-29/+63
* A large set of changes to handle dual bus adapters.mjacob1999-05-111-50/+106
* Some massive thwunking in initialization to handle dual bus adapters. Moremjacob1999-05-111-312/+601
* Add in SCSI_QFULL definitions. Add in local storage for second SIM formjacob1999-05-111-2/+10
* Clean up some sprintfs. Add in a SCSI_QFULL an XS_CHANNEL definitionmjacob1999-05-111-5/+9
* Roll core minor number. Re-layout a lot of SCSI fields to accomodate multiplemjacob1999-05-111-21/+23
* Clean up some macros. Add in ISP 1080/1240 NVRAM layout definitions.mjacob1999-05-111-8/+128
* add a couple of missing commandsmjacob1999-05-111-5/+5
* Fixed reset handling for motor off resets. I first fixed this togetherbde1999-05-113-6/+9
* Clean up 2.2.X support (which might have to be cleaned up againmjacob1999-05-112-60/+106
* Add a SA_FLAG_COMP_SUPP flag (to quirk compression asmjacob1999-05-111-454/+573
* Fix a bogon which stopped Vinum from recognizing half its keywords.grog1999-05-111-1/+1
* Fixed disordering in previous 2 commits.bde1999-05-111-3/+3
* roll ISP 1080/1240 f/wmjacob1999-05-111-1571/+1575
* Quirk NOLUNS CALIPER CP150.mjacob1999-05-111-1/+11
* Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2mjacob1999-05-111-3/+38
* The Intel Pentium Pro's performance counters are 40 bits wide. The Intelalc1999-05-111-3/+3
* Fixed checking for maddr/msize conflicts. It was complete nonsense,bde1999-05-101-7/+6
* Allow configuration of up to 256 network interfaces per physical interface -mks1999-05-104-11/+11
* Enable PCI bus master during attach in case the BIOS hasn't done it for us.mks1999-05-102-49/+63
* Set the bus master bit.paul1999-05-102-8/+22
* Correct a typo about driver state.mjacob1999-05-101-2/+9
* Update one set of comments.. s/so_q0/so_incomp/ and s/so_q/so_comp/ (that'speter1999-05-102-12/+12
OpenPOWER on IntegriCloud