summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-11-06make ramdiskB fitTheo de Raadt
1999-11-06move sea* to RAMDISKBTheo de Raadt
1999-11-06syncTheo de Raadt
1999-11-06I shortened these names ON PURPOSE. Do NOT make them long again!Theo de Raadt
1999-11-05MACHINE_NEW_NONCONTIG is now default even without uvm.Artur Grabowski
1999-11-05Since we no longer allocate the iommu page tables in pmap_bootstrap, we canArtur Grabowski
remove unavail_{start,end} and simplify the code in pmap_page_upload.
1999-11-05Move the allocation of iomme ptes to iommuattach (where it belongs).Artur Grabowski
1999-11-05ite screen blanker, set to 10 minutes by default.Marc Espie
(niklas@ finally looked at the code)
1999-11-05remove some #if 0 code that will never be enabled anywayArtur Grabowski
1999-11-05Commit to pcmciadevs (or any other *devs) should be done in two steps,Federico G. Schwindt
so the .h file always has the same revision number. Regen.
1999-11-05Add BayStack 650 FH 802.11 (from NetBSD)Angelos D. Keromytis
1999-11-05Fix ata_get_params on big endian platforms.Constantine Sapuntzakis
We have diverged from NetBSD in that wdc_exec_xfer no longer automatically swaps.
1999-11-05use wdc_input_bytes and wdc_output_bytesConstantine Sapuntzakis
1999-11-05The default network name is not "ANY", it's the empty string. I'veAngelos D. Keromytis
noticed that through personal use, double checked with NetBSD if_wireg.h
1999-11-05s/memset/bzero/; art@ okMichael Shalayeff
1999-11-05more stack direction fixes; art@ okMichael Shalayeff
1999-11-04Make sure bus mastering is enabled, from freebsd if_de.cChris Cappuccio
1999-11-04Bypass flows can be flushed.Hakan Olsson
(btw, all IPsec bypass flow and gettdb()/spltdb() stuff ok niklas@, angelos@)
1999-11-04Add comment about gettdb() and spl level.Hakan Olsson
1999-11-04gettdb() should be at spltdb().Hakan Olsson
1999-11-04pfkeyv2 aquire should not happen when bypassing IPsec. Add missing splx().Hakan Olsson
1999-11-04Add tdb for IPsec bypass flows. gettdb() should be called at spltdb().Hakan Olsson
1999-11-04New SADB_SATYPE, IPsec bypass tdb.Hakan Olsson
1999-11-04Do a little preprocessing on the incoming mbuf: set the MCAST/BCAST m_flagJason Wright
as appropriate
1999-11-04allow 'enc' interfaces to be bridge membersJason Wright
check to make sure rx'd packets aren't from any of our interfaces fix some bogus comments
1999-11-03bzero the right amount of memory; I think NetBSD has this problem too.Angelos D. Keromytis
1999-11-03Some DVD support, from NetBSD.Angelos D. Keromytis
1999-11-03Typo in boot message.Angelos D. Keromytis
1999-11-03syncHakan Olsson
1999-11-03Two more Neomagic chipsets.Hakan Olsson
1999-11-03Regen.Aaron Campbell
1999-11-03Add Adaptec AIC6915.Aaron Campbell
1999-11-03Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD.Aaron Campbell
Thanks to jason@ for lots of debugging help.
1999-11-03dvdio.h from NetBSDAngelos D. Keromytis
1999-11-03syncChris Cappuccio
1999-11-035597 is a host bridgeChris Cappuccio
1999-11-030x5597 will never match an SiS pciide controller because they are 0x5513Chris Cappuccio
The NetBSD pcidevs is confusing because it calles "5597_IDE" 0x5513, but OpenBSD pcidevs just had "SiS 5597" as 0x5597
1999-11-02support usermode disasmMichael Shalayeff
1999-11-02fix printf (had an extra space)Chris Cappuccio
add useless comments to new Intel code
1999-11-02re-enable IDENTIFY, reset delay each timeTheo de Raadt
1999-11-02Fix comment typo.Angelos D. Keromytis
1999-11-02Fix *stupid* typo/error that was causing the panics in post 2.6, foundAngelos D. Keromytis
by art@
1999-11-01add it back inTheo de Raadt
1999-11-01remove mickey code to avoid branchingTheo de Raadt
1999-11-01setup_buffers: If the allocation of saved_pgs failed 'left' would beArtur Grabowski
uninitialized and we wouldn't know how much memory to allocate for buffers.
1999-10-31critical fixes, overdone, but who cares, a localhost crash is badTheo de Raadt
1999-10-31New prods: Planex FNW-3600-T and Corega Ether II & Fast Ether.Federico G. Schwindt
Rearrage a few entries.
1999-10-31regen.Federico G. Schwindt
1999-10-31New products from NetBSD. Change a few names.Federico G. Schwindt
1999-10-29NetBSD take note:Constantine Sapuntzakis
Use xfer->c_bcount and not sc_xfer->datalen when passing our buffer limit to the device. In the case of SENSE, we were sending 0 as our buffer limit, potentially confusing some devices. Cap the bytes/interrupt at 65534, which prevents odd size transfers. Odd size transfers, while not inherently evil, are kind of weird through a 16-bit wide interface.