summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-10-03Add $OpenBSD$ tags which were removed when this code was copied.Dale Rahn
2001-10-03Add missed file when committing apm for macppc.Dale Rahn
2001-10-03return 1 from interrupt handled; kevloTheo de Raadt
2001-10-03Rewrite transmit handling (looks something more like hme), also takes advantageJason Wright
of some register shadowing provided by the asic. [This still isn't optimal, but it's getting closer...] Move all of the stat stuff out of the interrupt context and into the timeout.
2001-10-03Install the bsd.tbxi data file. millert@ ok.Dale Rahn
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn
and power event are not handled, however it is enough support to poll the battery/AC/charging states of the system. Code by Alexander Guy.
2001-10-03Cleanup improperly shared code between the two interrupt drivers.Dale Rahn
Pointed out by a7r.
2001-10-03M_WAIT in ether_output is wrong. Fix APPLETALK stuff.Artur Grabowski
2001-10-03If the TDB doesn't have an attached src/dst ID, it can be used for anyAngelos D. Keromytis
type of traffic.
2001-10-03fix data sheet link. ok deraadt@Kevin Lo
2001-10-02#ifdef FOO works much better when FOO isn't misspelled.Artur Grabowski
2001-10-02styleJason Wright
2001-10-02De uglify (a bit) and garbage collect a bunch of now unused functions.Jason Wright
2001-10-02Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into staticallyJason Wright
allocated buffers. Use the buffer provided in the mbuf (after bus_dmaifying it, of course) instead [This is only step one: next step, garbage collection and deuglification]
2001-10-02make usb work across apm suspends. okay millert@, niklas@, aaron@, deraadt@Niels Provos
2001-10-02change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵Theo de Raadt
portability
2001-10-02Values coming from userland should be bounds checked, even if we put themConstantine Sapuntzakis
there just a couple calls ago. Thanks to Ken Ashcraft of Stanford for finding this bug.
2001-10-02Bounds check index into routing table. Thanks to Ken Ashcraft of StanfordConstantine Sapuntzakis
for finding this bug.
2001-10-02increase rx descriptors, remove some debugging code, deal with different ↵Jason Wright
endian; NetBSD general cleanup; me.
2001-10-02fix rtc_write_reg; netbsd.Jason Wright
2001-10-02Convert ip_off of the inner IP header to host order in pf_test_state_icmp().Daniel Hartmeier
Some of the IP header fields are already converted by ip_input.c (including ip_off), but of course not for inner headers of ICMP packets. The other fields which are left in network order are ok. This broke state search for any ICMP error message who referred to an IP header with the DF flag set, hence any ICMP_UNREACH_NEEDFRAG message. Found by Andreas Gunnarsson <andreas@crt.se>. Thank you.
2001-10-02syncJason Wright
2001-10-02ALI M5451 audioJason Wright
2001-10-02regen with uplcom devicesTodd C. Miller
2001-10-02Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.orgTodd C. Miller
2001-10-02+audioce (cs4231 at ebus)Jason Wright
2001-10-02fix dma problems... now blaring Berlin's The Metro around the house from U30.Jason Wright
(like cs4231, this driver only supports playback... capture will have to wait until post 3.0).
2001-10-01Change the kernel so that is the openfirmware stdout is not provided,Dale Rahn
it will force the screen open and use that as console. Fixes auto-boot? true booting. Does have issue on some cards that the screen does not enable quickly, thus the screen may scroll before it is visable.
2001-10-01When booting up in auto-boot? true mode, newer systems do not provideDale Rahn
the stdout connection for if the normal output mode is screen. This change will force the bootloader output to the screen if this condition occurs.
2001-10-01Always use the IRQ interrupt, and let the SBC_INTR flag only controlMiod Vallat
the DRQ interrupt. From NetBSD, improves GENERICSBC reliability. Tested by Takeshi Morimoto.
2001-10-01When you see an error, fix it immediately, otherwise it is possibleDale Rahn
to commit it, grr.
2001-10-01Add Copyright. Image cleanup.Dale Rahn
2001-10-01Piece of "code" which openfirmware will recognize to boot automatically offDale Rahn
of a parition. This version is primarily for CDs.
2001-10-01+audioceJason Wright
2001-10-01driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy andJason Wright
noisy... probably dma issue). This isn't the final destination for these files either (alot of sharing can be done with sbus version, I think).
2001-10-01better nameJason Wright
2001-10-01Avoid panic when unconfiguring raid device which was autoconfigured andGrigoriy Orlov
so has fdp->fd_cdir = NULL. From Tertou <TDeval@PrimeOBJ.COM>
2001-10-01don't print redundant informationJason Wright
the parent of ebus is pci (not psycho), so fetch grantparent for iommu_state
2001-10-01reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed afterjasoni
discussion with itojun on ip6_forward)
2001-10-01There are anecdotal reports of firmware being writable on some CougarHugh Graham
machines, so don't poke blindly into the middle of its address space if we can tell dz is not going to be there by other means.
2001-10-01consistent casingHugh Graham
2001-10-01Use system variant types rather than 0x80 on the configuration andHugh Graham
test register to tell VAXstation 4000/60 from MicroVAX 3100m80. This seems to produce more reliable results (should work for both Norm's and Solar's 3100m80's).
2001-10-01Add system variant types for VAXstation 4000/60 and MicroVAX 3100m80.Hugh Graham
2001-10-01Make number of vlan interfaces configurable from UKC.Niklas Hallqvist
ok jason@, chris@, deraadt@
2001-10-01sparc64 doesn't need splaudio()/IPL_AUDIO provided here, eitherJason Wright
2001-10-01for lack of a better place, but ebus dma register defs in here.Jason Wright
2001-10-01simplification:Jason Wright
don't need to mute the monitor when changing modes (cs4231 mutes it automatically when entering MODE_CHANGE_ENABLE is set). Remember the last format/xtal/speed selection and avoid resetting it if we're using the same one again. Also, simplify the volume/mute setup.
2001-10-01get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.hJason Wright
and dev/ic/cs4231reg.h). Move APC DMA goop into its own file in dev/ic.
2001-10-01add mono output mute bitJason Wright
2001-10-01first step at getting rid of local cs4231reg copy: get register numbersJason Wright
from sys/dev/ic/ad1848reg and sys/dev/ic/cs4231reg