summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-11-2082801BA audio devicesTheo de Raadt
2000-11-20support at least ATA6 on 82801BA; chrisTheo de Raadt
2000-11-20syncTheo de Raadt
2000-11-20limit luns on usbTheo de Raadt
2000-11-19Add in pciide.Todd C. Miller
2000-11-19Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can findTodd C. Miller
stand.h; ok ericj@openbsd.org
2000-11-19Don't print PCI device info twice during attach.Aaron Campbell
2000-11-19PAGE_SIZE (and friends) does not change on alpha.Artur Grabowski
Make it a constant.
2000-11-19More sane setting of page size.Artur Grabowski
2000-11-18better permission check; okay art@, millert@Niels Provos
2000-11-18Add an example for boot -c.Aaron Campbell
2000-11-18- Add an EXAMPLES section. I still haven't chosen a "standard" format.Aaron Campbell
- Some more .Li usage.
2000-11-18- "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality.Aaron Campbell
- As far as I know, there is no such thing as 9600 "baud". Change to "bps". - Split MLINKs in NAME section to separate lines as standard. - Many grammar/spelling fixups. - Remove hard sentence breaks. - Some other miscellaneous fixes.
2000-11-18allow this to compile without COMPAT_OSF1Eric Jackson
2000-11-18Update list of algorithms (hshoexer@rommelwood.de)Angelos D. Keromytis
2000-11-18aac appears to fitTheo de Raadt
2000-11-17seems the qe/mace combination needs a delay between accesses to theJason Wright
two chips. Better fix for the NMI problem.
2000-11-17Uncomment audio* at uaudio?, especially since ho@ has had success with theAaron Campbell
uaudio(4) driver for 6 months now.
2000-11-17calculate timeouts correctly, simpler.Niels Provos
2000-11-17correct timersubNiels Provos
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
Bear in mind, you will need to recompile both isakmpd/ipsecadm and your kernel --- otherwise things won't work together. Naturally, all these changes will not be folded into -STABLE, since they would break binary compatibility.
2000-11-17Missed this, from the previous commit.Angelos D. Keromytis
2000-11-17All-1s addresses as policy destinations is also reserved for futureAngelos D. Keromytis
use (policy discovery).
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
Also, sync with IANA -- closes PR 1508.
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-11-16allow the console to attach on the rest of the alpha's we support.Eric Jackson
2000-11-16rcsid; lots of bad tabs and spacesMichael Shalayeff
2000-11-16rcsid; fix comment; lots of bad tabs and spacesMichael Shalayeff
2000-11-16syncNiels Provos
2000-11-16support kernel event queues, from FreeBSD by Jonathan Lemon,Niels Provos
okay art@, millert@
2000-11-16Add uscanner.c.Aaron Campbell
2000-11-16Driver for USB scanners; from NetBSD.Aaron Campbell
2000-11-16- remove other media types, the MACE isn't as bright as one would hopeJason Wright
- always set it to autoselect, tp - remove the wait for media stuff: appears to be a local issue on - simplify the ifmedia callbacks appropriately
2000-11-16Add entries for the AMD K6-2+/III+, newer Athlon/Duron chips, andTodd C. Miller
the Intel Cascades. st@devnull.demon.co.uk
2000-11-16syncAaron Campbell
2000-11-16Sync with NetBSD (which adds quite a few new devices), while maintaining theAaron Campbell
products we've added locally. Hrm, only Creative Labs Nomad devices, I guess :)
2000-11-16revert previous commit which didnt compileEric Jackson
2000-11-16wait for the MACE to figure out whether it has media or not, and thenJason Wright
clear interrupt status and such before enabling rx and tx.
2000-11-16update for recent conf/files updateEric Jackson
2000-11-16- Fix the NMI problem: it seems the qec channel reset also resets the MACE, andJason Wright
a race condition existed where after a qec channel reset, accesses to the MACE would cause an NMI: so wait for the MACE to come out of reset before accessing. - add ifmedia support (mainly so I can get at the link status from other code) - move some of the spl handling around (more correct) - rewrite qe_mcreset() again so that all it does is set the multicast filter - use bzero to initialize the buffers and descriptors - rearrange the MACE setup to conform to the suggestions in the datasheet
2000-11-16Fix timeout computation; ok csapuntz@Niklas Hallqvist
2000-11-16Note support for Accton EN1217 and EN2242 Ethernet adapters.Aaron Campbell
2000-11-16New files for pcdisplay(4), vga(4), and pckbc(4)Aaron Campbell
2000-11-16syncAaron Campbell
2000-11-16Add product ID for Symbios 53c1010; drrt@monkey.orgAaron Campbell
2000-11-16initial support for 21264 systems.Eric Jackson
from NetBSD.
2000-11-16configure vga, mouse and keyboard's once again. Currently only on eb164.Eric Jackson
others soon. Some of this from NetBSD.
2000-11-16configure vga console, keyboard and mouse once again. support coming soon.Eric Jackson
2000-11-16Add support for Accton EN2242 MiniPCI adapters as found in HP OmniBook XE3Aaron Campbell
laptops; from FreeBSD. No special changes needed here, just the addition of the EN2242's product ID since it is an ADMtek Centaur chip.