summaryrefslogtreecommitdiffstats
path: root/sys/gnu/isdn/iispy.c
Commit message (Collapse)AuthorAgeFilesLines
* Removing old isdn stuff.phk1996-10-201-201/+0
|
* Clean up -Wunused warnings.gpalmer1996-06-121-7/+4
| | | | Reviewed by: bde
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-6/+5
| | | | Reviewed by: julian@freebsd.org
* Staticize and remove $Log$.phk1995-12-171-67/+3
|
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+26
|
* Pass 3 of the great devsw changesjulian1995-12-081-41/+50
| | | | | | | | | | | | | | | | | | | | | | | most devsw referenced functions are now static, as they are in the same file as their devsw structure. I've also added DEVFS support for nearly every device in the system, however many of the devices have 'incorrect' names under DEVFS because I couldn't quickly work out the correct naming conventions. (but devfs won't be coming on line for a month or so anyhow so that doesn't matter) If you "OWN" a device which would normally have an entry in /dev then search for the devfs_add_devsw() entries and munge to make them right.. check out similar devices to see what I might have done in them in you can't see what's going on.. for a laugh compare conf.c conf.h defore and after... :) I have not doen DEVFS entries for any DISKSLICE devices yet as that will be a much more complicated job.. (pass 5 :) pass 4 will be to make the devsw tables of type (cdevsw * ) rather than (cdevsw) seems to work here.. complaints to the usual places.. :)
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-3/+7
| | | | | | | to get the definitions of TRUE and FALSE which happen to be defined in a deeply nested include. Added nearby #includes of <sys/conf.h> where appropriate.
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-3/+9
| | | | it's best to not have a (compiles cleanly) typo in it! (sigh)
* OK, that's it..julian1995-11-291-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | That's EVERY SINGLE driver that has an entry in conf.c.. my next trick will be to define cdevsw[] and bdevsw[] as empty arrays and remove all those DAMNED defines as well.. Each of these drivers has a SYSINIT linker set entry that comes in very early.. and asks teh driver to add it's own entry to the two devsw[] tables. some slight reworking of the commits from yesterday (added the SYSINIT stuff and some usually wrong but token DEVFS entries to all these devices. BTW does anyone know where the 'ata' entries in conf.c actually reside? seems we don't actually have a 'ataopen() etc... If you want to add a new device in conf.c please make sure I know so I can keep it up to date too.. as before, this is all dependent on #if defined(JREMOD) (and #ifdef DEVFS in parts)
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-9/+11
| | | | functions were wrong.
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-4/+5
| | | | | (except in netccitt, netiso and netns) that I didn't notice when I fixed "all" such warnings before.
* Fix up include paths, nuke some warnings.jkh1995-02-151-2/+11
|
* An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces.jkh1995-02-141-0/+171
EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and Juergen Krause <jkr@saarlink.de> This is only one part - the rest to follow in a couple of hours. This part is a benign import, since it doesn't affect anything else.
OpenPOWER on IntegriCloud