summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-04-27sync w/netbsdBrandon Creighton
2000-04-27forgot these, oopsBrandon Creighton
2000-04-27sync with netbsd -- this involved rearranging things for sanity reasonsBrandon Creighton
and because separate builds of libsa are done. this is a pretty nice bootloader.
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI.
2000-04-27Previous commit contained things that I want to keep local for nowChris Cappuccio
2000-04-27sync with netbsd of early april; some archs still untestedBrandon Creighton
2000-04-27oops -- forgot to give this an $OpenBSD$ tagBrandon Creighton
2000-04-27sync with netbsd; working ncr5380 driver, saner vsbus codeBrandon Creighton
2000-04-27newline manglingsTheo de Raadt
2000-04-27Cleanup SIOCSIFMTUChris Cappuccio
2000-04-27WhoopsChris Cappuccio
2000-04-27Remove MTU cruftChris Cappuccio
2000-04-27Remove mtu cruftChris Cappuccio
2000-04-27Fix SIOCSIFMTUChris Cappuccio
2000-04-26Support for ext2fs rev. 1 (from NetBSD)jasoni
2000-04-26Enable SIOCSIFMTU, as it is supported by if.c and ifconfig nowChris Cappuccio
2000-04-26Remove redundant superuser check in SIOCSIFMTUChris Cappuccio
(already done in if.c) and modify comments
2000-04-26add ARCTYPE_INET6Jakob Schlyter
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@
2000-04-26pseudo-device vlan (commented out for now)Chris Cappuccio
2000-04-26Fix for if_vlan (FreeBSD)Chris Cappuccio
2000-04-26Add if_vlanChris Cappuccio
2000-04-26if_vlan from FreeBSD and a few modificationsChris Cappuccio
2000-04-26Add mbuf flagChris Cappuccio
2000-04-26CruftChris Cappuccio
2000-04-26properly probe sub-pci busses for RCC ServerWorks chipsetsTheo de Raadt
2000-04-26SIOCSIFGENERIC is now in sys/sockio.hChris Cappuccio
2000-04-26add errata for 82443BX identified by smurphTheo de Raadt
2000-04-26SIOCSIFGENERIC/SIOCGIFGENERICChris Cappuccio
2000-04-26Remove one of my completely incomprehensible debugging printf's.Aaron Campbell
2000-04-26fix RCS idBrad Smith
2000-04-26we've done an oopsMichael Shalayeff
2000-04-26After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointerAaron Campbell
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-04-26new header files from netbsd -- also a spinlock.hBrandon Creighton
2000-04-26dc_csid ain't needed no more; jason@ okMichael Shalayeff
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
2000-04-25Add AudioNvideoConstantine Sapuntzakis
2000-04-25A fix to the dreaded isadmaattach panic which hunts people playing withNiklas Hallqvist
large memory machines. This time I really hope we can continue quite a bit away over the Gig.
2000-04-25Use CIRCLEQ_FOREACHConstantine Sapuntzakis
2000-04-25Avoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fixAaron Campbell
for now, at least until we determine if there is a more correct one.
2000-04-25screw .S version memset does same job...Michael Shalayeff
2000-04-25make bzero() compile again; millert@ okMichael Shalayeff
2000-04-25From Assar: make adosfs compile, I was supposedNiklas Hallqvist
to commit this long ago.
2000-04-25if we have to allocate a new mbuf, don't forget to copy the header info fromJason Wright
the original packet.
2000-04-25fixing the frontend means fixing the backend too... add a countdown whenJason Wright
computing the length of a destination buffer in the callback since hifn always writes in multiples of 4 bytes (and AH can produce non-nice packets)
2000-04-25sync unknown list with reality; minor changes.Federico G. Schwindt
2000-04-25use the size of the allocation, not the minimum of what was requested andJason Wright
the allocation size to determine the length of a destination buffer
2000-04-25when fixing up the header, copy from the right sized datatype (fixes IPsecJason Wright
on big-endian machines)
2000-04-25non-O_NOFOLLOW error introduced by accident, this is fragile code..Theo de Raadt
2000-04-24syncTheo de Raadt