Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-16 | Missing splx in setfault() error path. | Miod Vallat | |
2005-12-14 | Prevent access to PCI config space for function >0 on bus 0. | Mark Kettenis | |
Fixes Xorg PCI scan. ok drahn@ | |||
2005-12-12 | Pass interrupt type and level in the correct order. | Mark Kettenis | |
ok drahn@, deraadt@ | |||
2005-11-17 | go loud with autoconfig messages again, we are gonna try to write drivers soon | Theo de Raadt | |
2005-11-13 | Map the config space area based on sc_maxdevs. (removes panic) | Dale Rahn | |
2005-11-07 | remove vtophys() on *ppc. | Brad Smith | |
ok drahn@ | |||
2005-10-26 | Mach-macro wipeout | Martin Reindl | |
'do it' deraadt@ | |||
2005-10-22 | Make sure we use the corrrect interrupt line on Shasta. | Mark Kettenis | |
ok drahn@ | |||
2005-10-16 | Allow PCI_INTERRUPT_PIN_NONE for the interrupt pin. | Mark Kettenis | |
HyperTransport delivers interrupts via messages and does not define any interrupt pins. (The documentation even warns that some operating systems will not function correctly without a non-zero value in its Interrupt Pin configuration space register.) ok deraadt@ | |||
2005-10-08 | if find_node_intr() doesn't find a match, try to use the contents of | Dale Rahn | |
'interrupts'. Also fix a bug where a signed value with -1 in it is compared against 'sizeof(....)'. | |||
2005-10-08 | Disable caching on vga buffer on 64bit machines. currently it causes | Dale Rahn | |
hangs. | |||
2005-10-07 | match uata devices found on more modern (ie. G5) machines. parts | Theo de Raadt | |
from kettenis, ok drahn | |||
2005-10-07 | Stop and restart the i2s clock when changing the snapper speed, otherwise | Dale Rahn | |
the new setting doesn't do anything. | |||
2005-10-03 | Kettenis figured out how to make this run on G5, then I went back and | Dale Rahn | |
did some major housecleaning on it and made it run on 32 bit and 64 bit machines. another step. | |||
2005-10-02 | a little bit more consistent naming scheme for Apple devices and add | Brad Smith | |
missing K2 host bridge and AGP bridge PCI ids. ok drahn@ | |||
2005-09-30 | Determine the number of attached devices from OF. | Mark Kettenis | |
Map enough memory for up to 8 devices. Handle unconnected interrupt lines. ok drahn@ | |||
2005-09-30 | pretty print | Theo de Raadt | |
2005-09-30 | Allow fcn 1 to attach (mac-io on G5 tower) | Dale Rahn | |
2005-09-29 | G5 bridge. | Dale Rahn | |
2005-09-29 | Clean up ht_intr_map() a bit. | Mark Kettenis | |
2005-09-29 | Add driver for HyperTransport as found in G5 Macs. | Mark Kettenis | |
ok drahn@ | |||
2005-09-29 | Add Shasta HyperTransport. | Mark Kettenis | |
ok deraadt@ | |||
2005-09-26 | Match Apple Shasta PCI ID as found on G5 systems. | Mark Kettenis | |
ok drahn@ | |||
2005-06-08 | Remove the bus_reverse field out of the powerpc bus structure, originally | Dale Rahn | |
it was there so that big endian and little endian devices could both be present, however that is not the case on the macppc machines. Cleans up code, shrinks the kernel. ok deraadt@ | |||
2005-03-15 | Skip empty pci ranges rather than aborting probe, as done on sparc64. | Miod Vallat | |
ok drahn@ | |||
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat | |
of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error. | |||
2004-03-17 | Better backlight detection on macppc, ok miod@ krw@ (a bit ago) | Dale Rahn | |
2004-01-27 | viritual -> virtual | Miod Vallat | |
2003-12-20 | Pass -Wformat | Miod Vallat | |
2003-11-12 | Be sure to cast the wsdisplay accessops cookie into the adequate structure; | Miod Vallat | |
prevents wsconscfg from panic'ing the system. Reported by ``kluxis''. | |||
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-10-24 | If cons_backlight_available is not set, cons_brightness will not be valid, | Dale Rahn | |
return -1 to indicate so. same as WSDISPLAYIO_PARAM_BACKLIGHT. | |||
2003-10-21 | spacing cleanup. | Dale Rahn | |
2003-10-15 | Further down the ANSI/KNF road, only binary difference is __LINE__. | Dale Rahn | |
2003-06-16 | Use a slightly better way to intuit the memory/mmio PCI regions, | Dale Rahn | |
now properly detects these for nvidia based LCDs. On some machines accellerated X using nv now works. | |||
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt | |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt | |
2003-06-05 | Cleanup and enable kauaiata DMA. Tables should be mostly sane | Dale Rahn | |
Please _TEST_. | |||
2003-06-05 | Cleanup: | Alexander Yurchenko | |
- don't include both sys/types.h and sys/param.h - spaces vs tab - kill trailing spaces ok drahn@ | |||
2003-06-05 | ATA100 driver for apple's new machines, aka kauai. | Dale Rahn | |
This is working with udma on a 12" PBG4, but dma is disabled for now, too many hardcoded values. 'wdc...flags 0x1' will enable it. | |||
2003-05-12 | Enable Intrepid's mac-io match. | Thierry Deval | |
Ok drahn@ | |||
2003-05-07 | string cleaning | Theo de Raadt | |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call | Dale Rahn | |
by reference, not by value, ok matthieu#, miod@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat | |
do not check copyin() result, take care and properly handle copyin() failure. This was not harmful, but a bit more correctness never harms. | |||
2002-10-17 | Correct io space config after last patch. allows fxp to work | Dale Rahn | |
(with pending fxp BE diffs) | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn | |
be put in the cardbus register which really work instead of crashing the machine. if_dc @cardbus now works, xl@cardbus will configure, but does not work properly (endian?) wdc should work fine, but has not been tested recently. | |||
2002-09-23 | Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@ | Dale Rahn | |