summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2002-07-05Typo; stobe -> strobeAaron Campbell
2002-07-05Remove an unused #define (belongs only in the PCI attachment source file).Aaron Campbell
2002-07-05Sync the ethernet controllers list with GENERIC.Miod Vallat
2002-07-05attempt to make ahc smaller. change PCI interrupt handler.Steve Murphree
2002-07-04repair a dmesg cleanupMichael Shalayeff
2002-07-04ep at isapnp works (dma on isapnp is still non-working).Miod Vallat
And fix a comment while there.
2002-07-04New product ID.Nathan Binkert
From NetBSD
2002-07-04syncNathan Binkert
2002-07-04new devicesNathan Binkert
sort some devices by product id from NetBSD
2002-07-04Various tga hacks:Miod Vallat
- some KNF touches - use simpler constructs - do not forget to make use of the tga interrupt when it is enabled (speeds up X11 startup and shutdown, hi matthieu!) - implement the wscons screen burner facility
2002-07-03Change all variables definitions (int foo) in sys/sys/*.h to variableMiod Vallat
declarations (extern int foo), and compensate in the appropriate locations.
2002-07-03Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seenAaron Campbell
when trying to mount/unmount a 900GB hardware RAID filesystem on an AMI card.
2002-07-03Remove unused function parameter 'cache' from nfs_repheadNathan Binkert
ok costa@
2002-07-03code bloat in ahc causes adv to die. We will now pressure smurph to ↵Theo de Raadt
de-bloat new ahc, so that this can return
2002-07-03sis(4) works on alpha, so move it out of the UNTESTED section.Aaron Campbell
2002-07-03fix a null deref in sysctl_iflist()Michael Shalayeff
2002-07-03Fix some major brain damage where I was performing arithmetic on aAaron Campbell
physical address with a virtual address; thanks art@. Now sis(4) compiles and works on alpha.
2002-07-03But when denormalizing we need the normalized length, too as well as the ↵Jason Wright
destination length.
2002-07-03result only needs to be as big as the number of real bits in the modulusJason Wright
2002-07-02make it compile w/ ipsec and no pf ; smth that was left for homeworkMichael Shalayeff
2002-07-02inital -> initialNathan Binkert
2002-07-02bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ forAaron Campbell
testing.
2002-07-02Fix PIO write state machine. This has been totally broken since 2.5, but sinceConstantine Sapuntzakis
this code path is only executed for IOCTLs, and all of our IOCTLs only read from the device, nobody noticed. Thanks to grange and gluk for finding this one.
2002-07-02use hash.h for nfs_hash as well as namei's hashEric Jackson
ok art@ costa@
2002-07-01Ensure scb is setup correctly. Add debugging info.Steve Murphree
2002-07-01Don't abuse VM_PROT_ALL. Use VM_PROT_READ|VM_PROT_WRITE here.Artur Grabowski
We'll never want to exec code in malloc mappings.
2002-07-01Fix really long standing bug with fetching address cache entries:Jason Wright
handle ifbac_len == 0 as per the man page; Benny Holmgren <bigfoot@astrakan.hig.se>
2002-07-01Don't let variable declarations without "extern" living in .h files.Miod Vallat
While there fix a benign type mismatch in db_stack_dump() and remove diag code left by art by mistake.
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
pushed for by tygs@netcologne.de. Apparently we also now known how to talk to the lawyers there, if we were so mad. Note that a few other copyright issues in pppd still remain, so this does not close this story.
2002-07-01repair burner after X, as seen on misc@; from grange@Michael Shalayeff
2002-07-01Move mtod() after the m_pullup() --- noted by sam@errno.com (who seemsAngelos D. Keromytis
to be going over the IPsec code with a magnifying glass)
2002-07-01when printing the size, use what we have map'ed, not what's in theFederico G. Schwindt
configuration.
2002-07-01Change spelling in comment to match errlist.cPaul Janzen
2002-07-01Add auxio at sbus.Miod Vallat
How can I be expected to work on sparc64 if machdep.led_blink sysctl does not work?
2002-06-30aicasm generated file.Steve Murphree
2002-06-30Add write function to seeprom.Steve Murphree
2002-06-30Make sure interrupts are disabled at init and attempt better termination.Steve Murphree
2002-06-30New aicasm synced with FreeBSD.Steve Murphree
2002-06-30This file is no longer needed.Steve Murphree
2002-06-30AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton.Miod Vallat
Added to floppy31 still fits.
2002-06-30Art says I shouldn't be shy, so uncomment lc entries.Miod Vallat
2002-06-30Add lc[01] at isa entries, commented out. Tested and work fine.Miod Vallat
2002-06-30Dummy bus_space_read_raw_region implementation.Miod Vallat
2002-06-30When duplicating isa_attach_args structures to build several attachementMiod Vallat
possibilities for isapnp devices, make sure to carry the original ia_ic member. Although mostly unused on i386, it is vital on alpha. This makes isapnp on alpha attach without panicing.
2002-06-30The #@$% message about the #$%@ cable down is going to drive me @#%$ insane.Artur Grabowski
I'm not using this built-in tulip because it sucks and I want it to SHUT UP!
2002-06-30Fix fallout from recent changes.Artur Grabowski
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach(). from netbsd. fgs ok
2002-06-29Be sure to correctly initialize the ahc_softc members before usingMiod Vallat
ahc_inb(), to prevent an early panic. This could only affect non-i386 architectures.
2002-06-29Add Brazilian keymap (iso275). Create by me and tested byMats O Jansson
gustavo.rios@transport.alstom.com. -moj
2002-06-29Latinamerica keymap from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>.Mats O Jansson
-moj