summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-01-04correct comment: USB scanners aren't generic devicesJason Wright
2002-01-04oops, move cdev_decls to conf.hJason Wright
2002-01-04add the full suite of USB devices: usb, uhid, ugen, ulpt, urio, ucom, uscannerJason Wright
2002-01-04Bring in a closer shape to other arches Makefile, also reorder the dependMiod Vallat
2002-01-04Use LEAF_ENTRY not ENTRY.Miod Vallat
2002-01-04Add support for get/put colormap (mostly borrowed from sparc)Jason Wright
2002-01-04mmap functionality for cgthee (mostly from NetBSD)Jason Wright
2002-01-04expose sbus_bus_addr() so cgsix actually compiles (oops)Jason Wright
2002-01-04Handle truncation to the middle of a file hole. deraadt@ okThomas Nordin
2002-01-04Standardize on EFBIG for bus_dma returning failure if caller is too griddy.Miod Vallat
2002-01-04add mmap functionality (most from NetBSD)Jason Wright
2002-01-03call ukbd_cnattach() if the console keyboard is usbJason Wright
2002-01-03new names, nate broke the treeTheo de Raadt
2002-01-03stdout and stdin are integers not pointers (use 0 not NULL)Jason Wright
2002-01-03define a new wsemul_sun attribute and add it to the sparc64 framebuffersJason Wright
2002-01-03Add the pci_findvendor functionNathan Binkert
2002-01-03Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.Miod Vallat
2002-01-03Add the bus to the cardbus_attach_argsNathan Binkert
2002-01-03cdev_decl(wsdisplay) is already done in <sys/conf.h>Miod Vallat
2002-01-03Proper va_end calling (no double calls)Jason Wright
2002-01-03more devices from NetBSDNathan Binkert
2002-01-03add get/set colormap functions (mostly stolen from macppc)Jason Wright
2002-01-03add WSEMUL_SUN so we get the sun emulation stuffJason Wright
2002-01-03syncNathan Binkert
2002-01-03Add devices and reorganize.Nathan Binkert
2002-01-03Restore entropy_count calculation. mickey@ okThomas Nordin
2002-01-03If the dma decides to perform I/O on memory that is not mapped, panicDale Rahn
2002-01-02at least ; required after label or case; openbsd@davidkrause.comTheo de Raadt
2002-01-02commented out maxi radioMichael Shalayeff
2002-01-02use pci_mapreg_map() instead of pci_io_find+bus_space_mapMichael Shalayeff
2002-01-02Back out a few more uvm changes, especially wrt swap usage.Miod Vallat
2002-01-02Add more vocabulary (commands) to ddb, from NetBSD.Miod Vallat
2002-01-02probe does not print anythingMichael Shalayeff
2002-01-02allow for setting of the loopback MTU, set IFF_RUNNING on address configurationDug Song
2002-01-02at least ; required after label or case; openbsd@davidkrause.comTheo de Raadt
2002-01-02remove doubled #define; openbsd@davidkrause.comTheo de Raadt
2002-01-02Don't forget to deallocate on failure.Jason Wright
2002-01-02missing radiotrack entries, fix the others (all still commented outMichael Shalayeff
2002-01-02regenMichael Shalayeff
2002-01-02a couple of 3c515 entries, commented outMichael Shalayeff
2002-01-02do not unmap io space while it's still in use (in *probe)Michael Shalayeff
2002-01-02proper data length handling on read; from toby@svector.co.ukMichael Shalayeff
2002-01-02On the road to serial console support. stage one, if of console is serialDale Rahn
2002-01-02Remove duplicate definition. deraadt@ okThomas Nordin
2002-01-02Remove reference to timeout table. deraadt@ okThomas Nordin
2002-01-02register_t is not an int, so don't use it that way.Artur Grabowski
2002-01-01This is ugly: make a specialized deep copy in bridge_broadcast() thatJason Wright
2002-01-01don't whine about no carrier here either.Jason Wright
2002-01-01Don't whine about not having carrier... ifconfig on the interface will say so.Jason Wright
2002-01-012002Theo de Raadt