summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-10-07match uata devices found on more modern (ie. G5) machines. partsTheo de Raadt
2005-10-07eliminate use of M_HASFCSMartin Reindl
2005-10-07Stop and restart the i2s clock when changing the snapper speed, otherwiseDale Rahn
2005-10-06match isp as a PCI device called "SUNW,isptwo".Brad Smith
2005-10-06lots of pcmcia, cardbus, and wireless goodies come to town; work with tdevalTheo de Raadt
2005-10-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
2005-10-04tabs are holier than spacesTheo de Raadt
2005-10-04move ipmi chunk to nicer placeTheo de Raadt
2005-10-04Add initial IPMI implementation. Currently only KCS retrieval method isMarco Peereboom
2005-10-04it(4) can be found at port 0xc00; from Mike Belopuhov <mkb@crypt.org.ru>Alexander Yurchenko
2005-10-03system_type is apple, dont act like it is any other, ok deraadt@Dale Rahn
2005-10-03Put the 970 in correct sleep mode, ok deraadt@Dale Rahn
2005-10-03Handle segment register restore at context enter/exit instead ofDale Rahn
2005-10-03pretty up the instruction whacker code; ok drahnTheo de Raadt
2005-10-03flush correctlyTheo de Raadt
2005-10-03Add the syncs which were in a 'later' version. pointed out deraadt@Dale Rahn
2005-10-03Kettenis figured out how to make this run on G5, then I went back andDale Rahn
2005-10-03G5 pmap support, most of this G5 work has been done by kettenis@Dale Rahn
2005-10-03First part of locore G5 support, this is one step of many.Dale Rahn
2005-10-02pci machines need the hme stub hereTheo de Raadt
2005-10-02a little bit more consistent naming scheme for Apple devices and addBrad Smith
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
2005-10-02enable ath(4) on alpha.Reyk Floeter
2005-10-02add hmeBrad Smith
2005-10-02pcn onto CD ramdisk, testing of regular ramdisk fits; spotted by kaoru@kaisei...Theo de Raadt
2005-10-01Recognize 970 processor and provide a function/variable to determine ifDale Rahn
2005-10-01simplifiy esp_dafb_have_dreq()Martin Reindl
2005-09-30Determine the number of attached devices from OF.Mark Kettenis
2005-09-30Configure pci busses on ht too.Mark Kettenis
2005-09-30i hate panic messages which do not print the value that was in errorTheo de Raadt
2005-09-30pretty printTheo de Raadt
2005-09-30pretty printTheo de Raadt
2005-09-30Allow fcn 1 to attach (mac-io on G5 tower)Dale Rahn
2005-09-29G5 bridge.Dale Rahn
2005-09-29Avoid i/o's when spoofonly = 1 in readdisklabel(). Same as other DOSKenneth R Westerback
2005-09-29Clean up ht_intr_map() a bit.Mark Kettenis
2005-09-29Execute operations in the correct order. From jason@Marco Peereboom
2005-09-29Add HyperTransport here too.Mark Kettenis
2005-09-29Add driver for HyperTransport as found in G5 Macs.Mark Kettenis
2005-09-29Improve PowerPC 7447A support.Mark Kettenis
2005-09-29Configure ht if found.Mark Kettenis
2005-09-29Add Shasta HyperTransport.Mark Kettenis
2005-09-27Don't try to read the DOS label from the device if spoofonly is 1.Kenneth R Westerback
2005-09-27Allow temporary 64-bit bridge instructions in locore.s.Mark Kettenis
2005-09-27call the init routine for the Intel 82801_FB LPC so that the interruptBob Beck
2005-09-27Regen (3x2 frame buffer, 4 select codes).Miod Vallat
2005-09-27Identify HP 9000/362 and HP 9000/382 models, and attach frodo on them.Miod Vallat
2005-09-27Do not initialize physmem to a magic value at compile time.Miod Vallat
2005-09-27make options TIMEZONE and DST work; from formTheo de Raadt