summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-07-20Use LBA48 only when accessing blocks after 137Gb limit or using sectorsAlexander Yurchenko
2003-07-20syncAlexander Yurchenko
2003-07-20Add HPT302 and HPT371 IDE controllers.Alexander Yurchenko
2003-07-19Remove bullshit: hpt366 rev. 1 is hpt366, not hpt372a.Alexander Yurchenko
2003-07-19typoAlexander Yurchenko
2003-07-19The last parameter to _dma_init for wdc code is flags, not read,Dale Rahn
2003-07-19Simplify struct pf_pooladdr to include struct pf_addr_wrap directlyCedric Berger
2003-07-19Ericsson DCU-10 & DCU-11 is a simple USB->Serial device.Cedric Berger
2003-07-19syncCedric Berger
2003-07-19Ericsson DCU-10 & DCU-11, made by Susteen, Inc.Cedric Berger
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-18add missing includesDavid Krause
2003-07-18caddr_t -> void *. ok millert@ tdeval@Ted Unangst
2003-07-18check v_mount for NULL before using. ok art@Ted Unangst
2003-07-18remove #if 0 portionJun-ichiro itojun Hagino
2003-07-18syncAlexander Yurchenko
2003-07-18Add Intel 82801EB/ER SATA controller found in the dmesg from todd@.Alexander Yurchenko
2003-07-17fix scrub frag reassembly after the stack's ip_len/ip_off flip correctionMike Frantzen
2003-07-16sun disklabels need updating too. frag size -> 2048.Ted Unangst
2003-07-16Add support for unbuffered SBus LANCE devices. jason@ and deraadt@ OKTodd C. Miller
2003-07-16only match int-eg on gecko sgc cardsMichael Shalayeff
2003-07-15Adjust pflog after recent byte order changes, fixes the 'truncated-ip'Daniel Hartmeier
2003-07-15syncTheo de Raadt
2003-07-15newTheo de Raadt
2003-07-15hptmask goes away as a register and frees one tmp crMichael Shalayeff
2003-07-15model and revision were swappedplaces in the structMichael Shalayeff
2003-07-15more dmamap_load_* functions stolen from other places and de-registerMichael Shalayeff
2003-07-15Add support for AD1985, deraadt@ okDamien Couderc
2003-07-15i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet)Jason Wright
2003-07-15correct some debugging printfsJason Wright
2003-07-15include the puc stuff (currently commented out in GENERIC)Jason Wright
2003-07-15ansiJason Wright
2003-07-15no named args in prototypesJason Wright
2003-07-15move prototype for com_raisedtr() to comvar.h (just like pccom).Jason Wright
2003-07-15match on ich5 as piix; from couderc@Michael Shalayeff
2003-07-14uptimes in secs and usecs seem to be swapped w/ each other; also confirmed by...Michael Shalayeff
2003-07-14Add Siemens SpeedStream 1021Todd C. Miller
2003-07-14regenTodd C. Miller
2003-07-14Add Siemens SpeedStream 1021Todd C. Miller
2003-07-14tickspending is now a private variable of clock.cDale Rahn
2003-07-14'dual' clock support for macppc, this allows the stat clock to runDale Rahn
2003-07-14For completeness, handle ldqf/stqf alignment faults by calling the emulationJason Wright
2003-07-14i_loadstore is missing the rs1 decode which shifts the i_i bits and i_simm13Jason Wright
2003-07-14cleaning and undef DEBUG_EMULJason Wright
2003-07-13whoa, gcc wasn't at fault: i_loadstore was missing 5 bits, which was causingJason Wright
2003-07-13my loathing for gcc runneth over: another case where a bitfield isn'tJason Wright
2003-07-13make this compile on big endian systems.Brad Smith
2003-07-12Remove two htons(), which were meant as ntohs(), and are wrong sinceDaniel Hartmeier
2003-07-12Prevent u_int16_t variable from overflowing and get rid of the compilerDaniel Hartmeier
2003-07-12grr. gcc has bugs in its bitfields, work around it.Jason Wright