summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2004-04-08kill misplaced commentMichael Shalayeff
2004-04-08repair pcxs/t confoosionMichael Shalayeff
2004-04-08add RCS idKevin Lo
2004-04-08on RAMDISK kernels, do not compare / time against the system timeTheo de Raadt
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2004-04-07Allow pxeboot to compile with gcc3.Tom Cosgrove
Found by various (thanks!), fix originally from naddy@. Prodded by espie@. ok deraadt@
2004-04-07hifn card works just fine (with working /dev/crypto).Dale Rahn
2004-04-07align /dev/crypto with it's device node. would allow crypto cards to be used.Dale Rahn
2004-04-06in cpu_exit() make sure to flush the fpu operation (store fr0)Michael Shalayeff
2004-04-06repair last: proper unimplemented'' trap checkMichael Shalayeff
2004-04-06doh. disable ahc here as wellMichael Shalayeff
2004-04-05Switch mvme88k to -O2 optimization by default.Miod Vallat
(the perl chunk discussed with millert@ and pushed upstream)
2004-04-03- report known USB device vendorsChristian Weisgerber
- uftdi works ok deraadt@
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
ok deraadt@
2004-04-03make it look more like the other archsMichael Shalayeff
2004-04-02K6-2/3 powernow driver. not without quirks, but mostly working.Ted Unangst
testing by david@ ok deraadt@
2004-04-02set correct MAC address for Farallon eth' cards.Xavier Santolaria
Tested by Martin Reindl <mreindl at catai.org> ok miod@.
2004-04-02repair fcnv* emulation.Michael Shalayeff
generate proper signals/siginfo. partially repairs the "otto" case.
2004-04-02remove pk from copyright, seen in netbsdTheo de Raadt
2004-04-02axe usb ethernet driver hacked into the tree by taleck@oz.netTheo de Raadt
2004-04-01typos in comments: hz -> HzXavier Santolaria
initial hint from Martin Reindl <mreindl at catai.org> ok miod@ jmc@.
2004-03-30knock out INET6: media too large for some machinesTheo de Raadt
2004-03-26Allow the last page of physical memory (pci space) to be mapped. ok deraadt@Dale Rahn
2004-03-26Do not dereference pointers before checking whether they are valid (triple ↵Miod Vallat
sigh). ok deraadt@
2004-03-23Add TI 1510 to recognized list of chips to configure. ok deraadt@Dale Rahn
2004-03-22Initialize msb and lsb tables (from NetBSD).Thomas Nordin
Use lsb table when calculating microtime. deraadt@ ok
2004-03-22Fix dates on my copyrights.Tom Cosgrove
Noticed my miod@, thanks. ok deraadt@.
2004-03-21Remove example for ISC dhcpd. The vendor-class-identifier option is notTom Cosgrove
useful anyway, since amd64 machines use the same value as i386. requested by deraadt@
2004-03-21Grammar fix from jmc@Tom Cosgrove
2004-03-21Enter pxeboot on amd64. Initially intended to support network installsTom Cosgrove
using bsd.rd over TFTP. ok deraadt@
2004-03-21Bring in sync with i386 and enable interrupts before halt when we errorTom Cosgrove
out. Allows use of Ctl-Alt-Del to reboot in case of failure. ok weingart@, deraadt@
2004-03-21i386 -> amd64. Ok miod@, deraadt@, tom@.Matthieu Herrb
2004-03-20add the rest of the oosiop machines for timeout programming except for /99s ↵Michael Shalayeff
which i ain't sure even exist
2004-03-20add support for the lebuffer sbus le unitsTheo de Raadt
2004-03-19Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate theMiod Vallat
last page. Found the hard way by chris@ and claudio@. ok jason@ deraadt@
2004-03-19Tidy up the man pageTom Cosgrove
Help and kickings from jmc@
2004-03-19Enter pxeboot, derived from the NetBSD implementation. InitiallyTom Cosgrove
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@
2004-03-17Otto@ confirms 715/50 needs the viper timeout kluge to be really happy.Miod Vallat
2004-03-17Remove pointless printfs.Dale Rahn
2004-03-17Better backlight detection on macppc, ok miod@ krw@ (a bit ago)Dale Rahn
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@
2004-03-17one sysctl.h should be enoughTed Unangst
2004-03-17Add explicit flags to mem0.Miod Vallat
2004-03-17Tweak the viper control register:Miod Vallat
- do not enable EISA bus grant until we really attach eisa devices; - on some machines, booting from disk would hang in either "mem0" or "cpu0" probe. Tinkering eventually pointed out that setting a non-zero non-rachitic value for the viper's bus error timeout would help. Right now, this kluge will only be enabled by default on a known list of affected machines (which may grow over time...), and device attachment flags allow users to try the other behaviour if necessary. Discussed and crafted with mickey@, "it's gross" deraadt@
2004-03-17No installboot(8) on hppa, but on the other hand boot_hppa(8) has been addedMiod Vallat
since this page was written; pointed out by Otto.
2004-03-16Regen.Miod Vallat
2004-03-14Enable oosiop.Miod Vallat
2004-03-12no raid by default, until that thing is silentTheo de Raadt
2004-03-12missing .El here, too;Jason McIntyre
2004-03-12missing .El;Jason McIntyre