Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-15 | add ixgb(4) though commented out for now. | Brad Smith | |
2005-11-14 | add de and pcn | Brad Smith | |
2005-11-13 | remove unused define. | Federico G. Schwindt | |
2005-11-13 | untested kgdb support for amd64. prolly needs more work when | Federico G. Schwindt | |
getting and setting the registers, but it's a start. kettenis@ ok. | |||
2005-11-07 | add some needed defs for upcoming kgdb support. | Federico G. Schwindt | |
2005-11-07 | KGDB_DEVNAME should use com. | Federico G. Schwindt | |
2005-11-06 | enable midi@pcppi and sequencer | Jolan Luff | |
2005-11-05 | Add bus_space_alloc and _free. | Marco Peereboom | |
from jason@ | |||
2005-11-05 | add or enable lmc(4) | Brad Smith | |
2005-10-28 | Check for init(8) return path by process ID and make it the exception rather | Mark Kettenis | |
than the default. ok deraadt@, weingart@ | |||
2005-10-28 | Use normal kernel stack for #BP exceptions. Fixes PR 4562. | Mark Kettenis | |
ok weingart@, deraadt@ Fix from myself, via NetBSD. Duh! | |||
2005-10-26 | - enable siop(4) in RAMDISK_CD on amd64. | Niall O'Higgins | |
ok deraadt@ | |||
2005-10-26 | goodbye more Mach macros | Martin Reindl | |
help toby, ok deraadt@ | |||
2005-10-21 | use the MI trunc_page() and round_page() macros instead of rolling or own | Martin Reindl | |
ok weingart@ deraadt@ | |||
2005-10-20 | Enable IPMI on amd64. | Marco Peereboom | |
2005-10-19 | Add IPMI to amd64. Keep it disabled for now. | Marco Peereboom | |
Prodded earlier today by deraadt@ ok krw@ | |||
2005-10-09 | spelling | Federico G. Schwindt | |
2005-10-06 | lots of pcmcia, cardbus, and wireless goodies come to town; work with tdeval | Theo de Raadt | |
2005-10-05 | Add CardBus/PCMCIA support to AMD64. | Thierry Deval | |
ok deraadt@ | |||
2005-10-02 | pci machines need the hme stub here | Theo de Raadt | |
2005-10-02 | remove isa_intr_evcnt() prototype. a NetBSD-ism. | Brad Smith | |
ok fgsch@ | |||
2005-10-02 | add hme | Brad Smith | |
2005-09-29 | Execute operations in the correct order. From jason@ | Marco Peereboom | |
2005-09-27 | make options TIMEZONE and DST work; from form | Theo de Raadt | |
2005-09-27 | ARGH! disable gart, I suck! | Marco Peereboom | |
2005-09-27 | Clean up prints. From jason@ | Marco Peereboom | |
2005-09-26 | Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents. | Kenneth R Westerback | |
ILLEGAL REQUEST is correctly reported for blank media, as an informative FreeBSD comment pointed out. Ensure the returned table of contents is always initialized to zero. Call readdisklabel with spoofonly = 1 when no data tracks are found. Don't try to read the DOS label from the device if spoofonly is 1. Only done for amd64 here. More archs to follow. Eliminates scsi error messages when attempting to open a cd containing blank media, as pointed out by Michael Coulter. ok deraadt@ | |||
2005-09-25 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat | |
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ [complete diff this time] | |||
2005-09-20 | unbreak tree, how did you do that miod | Theo de Raadt | |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat | |
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ | |||
2005-09-19 | floppy support; form@openbsd.ru | Theo de Raadt | |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) | |||
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith | |
ok beck@ | |||
2005-08-20 | Check for and report the presense of SSE3. This has started to appear | Jonathan Gray | |
in AMD products with the arrival of the venice core. ok deraadt@ | |||
2005-08-07 | ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@ | Michael Shalayeff | |
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat | |
ok deraadt@ | |||
2005-08-03 | Smart ARRAY comment fixes. | Brad Smith | |
2005-08-03 | ciss can fit onto the large RAMDISKS | Theo de Raadt | |
2005-08-03 | enable ciss; deraadt@ ok | Michael Shalayeff | |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-08-01 | Increment version so we can distinguish this in the future. | Tobias Weingartner | |
2005-08-01 | kernal->kernel; | Jason McIntyre | |
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | |||
2005-08-01 | Fiddle with dkcsum output. Improve verbiage and grouping of messages. | Kenneth R Westerback | |
Clean up code. ok weingart@ tom@ 'go for it' deraadt@ | |||
2005-08-01 | enable amdgart if > 4GB of memory | Theo de Raadt | |
2005-08-01 | Kill more "memory might be 2MB or less" checks in bufpages computation. | Miod Vallat | |
ok deraadt@ otto@ | |||
2005-08-01 | do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdboot | Michael Shalayeff | |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat | |
2005-07-31 | remove the config glue between the /dev entry for ses and its driver | David Gwynne | |
sure deraadt@ | |||
2005-07-30 | remove a driver because someone bloated the kernel | Theo de Raadt | |
2005-07-30 | Need moddi3.c qdivrem.c for libz | Todd C. Miller | |