summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2008-06-08Make serial console on non-primary ports work to on i386.Mark Kettenis
tested by jbg@, "it is right" deraadt@
2008-06-08put the PCF_FREQ codes into the clockTheo de Raadt
2008-06-08Make UltraSPARC-IV work.Mark Kettenis
2008-06-07add a disabled com4 device for a Fujitsu Stylistic TouchscreenRobert Nagy
ideas from deraadt@ and millert@
2008-06-07Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4).Brad Smith
ok deraadt@
2008-06-07Kill ACPIVERBOSE. It was never used and is worthless to boot.Marco Peereboom
comments jmc ok toby
2008-06-06Remove long dead meat.Miod Vallat
2008-06-05Allow pchb(4) to find additional non-coherent HyperTransport linksBrad Smith
with 10h and 11h families of AMD CPU's. ok kettenis@
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-06-04adderss -> addressMiod Vallat
2008-06-02No need to enable the interrupt in psycho_set_intr(); intr_establish() alreadyMark Kettenis
does that for us.
2008-06-02Move interrupt setup to before ddb setup not after.Jonathan Gray
Makes early ddb (boot -d/ddb from ukc) work on amd64. Similiar to the change made in NetBSD by Andrew Doran. ok kettenis@ fgsch@
2008-06-01Unlink handled interrupts from the list of pending interrupts atomically.Mark Kettenis
Fixes a problem where softclock would stop running under heavy load.
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
now too. ok kettenis deraadt
2008-06-01Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64.Mark Kettenis
ok marco@, krw@, deraadt@
2008-06-01Remove iobviously untrue comment.Mark Kettenis
2008-05-30Remove the untracked mapping before calling uvm_km_free(), otherwise theFederico G. Schwindt
code will treat it as a tracked one and panic down the road. fixes one of the crashes reported in PR/5828. miod@ ok.
2008-05-30skip ext2fs on thisTheo de Raadt
2008-05-28Enable hme(4). Reported to work by Stian Sletner.Mark Kettenis
2008-05-28Add a boot.8 manual page (copied straight from armish). This will in turnMiod Vallat
act as a reminder to write boot_socppc.8 (eventually).
2008-05-28Add a boot.8 manual page (adapted from other platforms which use the MIMiod Vallat
secondary boot loader). This will in turn act as a reminder to write boot_armish.8 (soon).
2008-05-28Don't document ``device foo'' yet either.Miod Vallat
2008-05-28Add a boot.8 manual page (adapted from other platforms which use the MIMiod Vallat
secondary boot loader). This will in turn act as a reminder to write boot_landisk.8 (soon).
2008-05-27Since the vtophys stuff was nuked, drm now works on amd64 too. Add theOwain Ainsworth
relavent config goo. DRM_NO_MTRR is still needed on amd64 since the mtrr apis differ between it and i386. ok kettenis@.
2008-05-26do not muck with the mountroot variable, since setroot() uses the state ofTheo de Raadt
it and rootdev to determine whether it is booting 'generic', 'nfs', or from a specified disk partition ok krw
2008-05-26Fix typo, such that this actually compiles.Mark Kettenis
2008-05-26Count outbound packets.Brad Smith
ok kettenis@
2008-05-26Make bringing the interface down work properly (includes a line stolenMark Kettenis
from a diff by brad@).
2008-05-26Make sure we build man pages on stand/ on all architectures.Mark Kettenis
2008-05-26Add tsec(4) on RAMDISK kernels (and make a comment in GENERIC a bit moreMark Kettenis
consistent).
2008-05-26- also zap userldt hereJasper Lievisse Adriaanse
from travers buda, via deraadt@
2008-05-26Enable cmpci(4) and eso(4).Brad Smith
ok jakemsr@
2008-05-25Don't forget to actually return a value in ttyname(), and fix a bunch ofMiod Vallat
warnings while there.
2008-05-25Specify the PHY to be used in the kernel config instead of hardcoding itMark Kettenis
int tsec(4).
2008-05-25Default to full-duplex MII mode such that a directly connected integratedMark Kettenis
switch has a chance to work. Don't call into the mii layer if no PHYs were attached. Makes the integrated switch on the Thecus N1200 visible to the CPU.
2008-05-25Fix typo; makes TSEC2 actually get Rx interrupts.Mark Kettenis
2008-05-25Move cmpci(4) and eso(4) out of the untested section.Brad Smith
ok jakemsr@
2008-05-25Enable emu(4).Brad Smith
ok jakemsr@
2008-05-25Nuke a couple of unused variables (booted_device, booted_partition).Kenneth R Westerback
ok weingart@ deraadt@
2008-05-24Found some documentation that suggests that CMU-CH doesn't have an IOMMU andMark Kettenis
streaming cache, so don't try to initialize it.
2008-05-24Add Psycho variants found on the SPARC Enterprise M4000/M5000/M8000/M9000.Mark Kettenis
2008-05-24Treat SPARC64-VI and SPARC64-VII similar to SPARC64-V, and move theMark Kettenis
UltraSPARC-III fixup code into bootstrap() too.
2008-05-24Add VER.impl values for Fujitsu CPUs.Mark Kettenis
2008-05-24Attach to "FJSV,su", which is the name used for serial ports on the SPARCMark Kettenis
Enterprise M4000/M5000/M8000/M9000.
2008-05-24iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC ↵Mark Kettenis
Enterprise M4000/M5000/M8000/M9000).
2008-05-24Strip off Ethernet CRC; makes dhclient shut up.Mark Kettenis
2008-05-24Increase the number of segments in a dma map to make sure a packet fits.Mark Kettenis
2008-05-24Use MAC address passed by the firmware.Mark Kettenis
2008-05-24Configure the media when brining up an interface.Mark Kettenis
2008-05-24Match serial devices on PRIMEPOWER 650.Mark Kettenis