summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2004-05-13implement spop1,,0 supportMichael Shalayeff
2004-05-13KNFRyan Thomas McBride
2004-05-12support probe instructionsMichael Shalayeff
2004-05-1232 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@Ted Unangst
2004-05-12Rework a block readded by the multipath commit that should ensure thatClaudio Jeker
2004-05-12if tctrl not there, still let this compile; miod okTheo de Raadt
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2004-05-12syncAlexander Yurchenko
2004-05-12Forgot 6300ESB IDE, too.Alexander Yurchenko
2004-05-11pf_cksum_fixup() was called without last argument from normalization,Daniel Hartmeier
2004-05-11change pf_route() loop detection: introduce a counter (number of timesDaniel Hartmeier
2004-05-11syncTheo de Raadt
2004-05-11support Iodata SMC8041TX; mjc@bitz.caTheo de Raadt
2004-05-11zap false rcsTheo de Raadt
2004-05-11put mdtphy onto install mediaTheo de Raadt
2004-05-10when doing user mounts, inherit the MNT_NOEXEC flag from the coveredPedro Martelletto
2004-05-10mediabay driver to configure ata bus attached to CD on pismo PowerbookDale Rahn
2004-05-10auich for amd64. OK deraadt@Marco S Hyman
2004-05-10ugly hackery for auich support on amd64.Marco S Hyman
2004-05-10regenPeter Galbavy
2004-05-10Add Vendor ID for Ralink Technology and one product, the RT2460A,Peter Galbavy
2004-05-10regenPeter Galbavy
2004-05-10New USB card reader (in an MSI865 chassis).Peter Galbavy
2004-05-10regen. This and previous: ok deraadt@Peter Galbavy
2004-05-10PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modemPeter Galbavy
2004-05-10Make the time getting frame buffer depth earlier. Without thisKenji Aoyama
2004-05-10When external power is not available, the tadpole video hardware getsMiod Vallat
2004-05-10Select the Latin-1 8x16 font as the default 8x16 font, instead of theMiod Vallat
2004-05-10obliterate undef, ok miodJolan Luff
2004-05-10Make sure advskew set correctly in advertisement when configured to a valueRyan Thomas McBride
2004-05-09Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@.Miod Vallat
2004-05-09Replace the event queue with a bit mask of slots needing attention, asMiod Vallat
2004-05-09Remove some #ifndef __OpenBSD__/#endif sections that were intended toKenneth R Westerback
2004-05-09Eliminate verbosity parameter to scsi_print_sense and the associatedKenneth R Westerback
2004-05-09Add missing <cr>'s to various SC_DEBUG() calls, along with a few otherKenneth R Westerback
2004-05-09Don't dereference scrub pointer when it's NULL, fix PR 3775, fromDaniel Hartmeier