summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-05-19regenAlexander Yurchenko
2004-05-19New vendor iRiver and its mp3 players.Alexander Yurchenko
2004-05-19No need to force a kernel mapping for the sram, the sram driver will do itMiod Vallat
2004-05-19another ETHER_ALIGNBrad Smith
2004-05-19unbreak by removing the 'nonexistant" PERC 3/QC here as wellHenning Brauer
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2004-05-19de __P of sys/arch/cats.Dale Rahn
2004-05-19de __P of sys/arch/arm.Dale Rahn
2004-05-19Add missing aic79xx_reg.h file. Update aic79xx* files to latestKenneth R Westerback
2004-05-18fix from netbsd to twiddle the fxp eeprom to disable dynamic standby modeBob Beck
2004-05-18Check for and handle interface CRC errors.Bob Beck
2004-05-18if_ether.hBrad Smith
2004-05-18Regen.Marco Peereboom
2004-05-18Add ahd, remove non-existent PERC 3/QC. ok deraadt@ henning@ krw@ bob@ millert@Marco Peereboom
2004-05-18useless caddr_t casts removal, same sha1sPedro Martelletto
2004-05-18Be sure to initalized and use the "len" variable correctly in iestart();Miod Vallat
2004-05-18In DIOCCHANGERULE, move ticket increment above code that might freeDaniel Hartmeier
2004-05-18fix size argument to ovbcopy() in ip_pcbopts(), found by Andrei IltchenkoDaniel Hartmeier
2004-05-18fix memory leak, ok tedu@Pedro Martelletto
2004-05-17Elminate SCSIRET_* synonyms for EJUSTRETURN and ERESTART by usingKenneth R Westerback
2004-05-17Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlibDale Rahn
2004-05-17fix uninitialized var; found by millert@Michael Shalayeff
2004-05-17typoPedro Martelletto
2004-05-17Add a quirk entry for TEAC compact cassette tape drive, taken from NetBSD.Kenji Aoyama
2004-05-17KNF and minor cleaning.Miod Vallat
2004-05-17typoBrad Smith
2004-05-17OF_mapintr: swizzle interrupt for PCI bridges,Brad Smith
2004-05-16Simplify bugtty_chkinput(), from mvmeppc.Miod Vallat
2004-05-16remove printfs i left in. noticed by marc@Ted Unangst
2004-05-16add DLT_PPP_ETHER DLT typeBrad Smith
2004-05-16When we back off due to problems with the physical interface, advertiseRyan Thomas McBride
2004-05-16Remove useless test pointed out by Frank Denis <j@pureftpd.org>.Ryan Thomas McBride
2004-05-15Be more careful when using hwirq[] values.Miod Vallat
2004-05-14Fix a bug that occurs when a FIFO is opened for writing withTodd C. Miller
2004-05-14Attach a working bugtty device - userland needs at least a console tty.Miod Vallat
2004-05-14Correctly coalesce buffers in _bus_dmamap_load_buffer().Miod Vallat
2004-05-14Really working interrupt engine, at least on both 2600 flavours.Miod Vallat
2004-05-14syncNathan Binkert
2004-05-14more adaptec aac(4)Nathan Binkert
2004-05-14Syba SD-LAB PCI I/O Card 4SHenning Brauer
2004-05-14syncHenning Brauer
2004-05-14Syba 4S pucHenning Brauer
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-13activate systrace on amd64, while here get rid of syscall_{plain,fancy}Nikolay Sturm
2004-05-138ks do not have hvtMichael Shalayeff
2004-05-13Act like our advskew is 240 when receiving packets as well as sending ifRyan Thomas McBride
2004-05-13Add cloned interface destruction to carp (ifconfig carp0 destroy).Ryan Thomas McBride
2004-05-13Fix userland profiling on amd64, update to new NetBSD version of file.Dale Rahn
2004-05-13More cleanup of SCSI sense printing. Better output, more readable code.Kenneth R Westerback